Searched refs:dp_tx (Results 1 – 4 of 4) sorted by relevance
124 tx_state_t *tx = &dp->dp_tx; in txg_init()162 tx_state_t *tx = &dp->dp_tx; in txg_fini()200 tx_state_t *tx = &dp->dp_tx; in txg_sync_start()261 tx_state_t *tx = &dp->dp_tx; in txg_sync_stop()298 tx_state_t *tx = &dp->dp_tx; in txg_hold_open()359 tx_state_t *tx = &dp->dp_tx; in txg_quiesce()417 tx_state_t *tx = &dp->dp_tx; in txg_dispatch_callbacks()457 tx_state_t *tx = &dp->dp_tx; in txg_sync_thread()537 tx_state_t *tx = &dp->dp_tx; in txg_quiesce_thread()587 tx_state_t *tx = &dp->dp_tx; in txg_delay()[all …]
381 err = dsl_scan_init(dp, dp->dp_tx.tx_open_txg); in dsl_pool_open()719 return (curthread == dp->dp_tx.tx_sync_thread || in dsl_pool_sync_context()
80 ASSERT3U(txg, <=, dp->dp_tx.tx_open_txg); in dmu_tx_create_assigned()
119 tx_state_t dp_tx; member