Searched refs:dp_tx (Results 1 – 4 of 4) sorted by relevance
119 tx_state_t *tx = &dp->dp_tx; in txg_init()157 tx_state_t *tx = &dp->dp_tx; in txg_fini()195 tx_state_t *tx = &dp->dp_tx; in txg_sync_start()257 tx_state_t *tx = &dp->dp_tx; in txg_sync_stop()294 tx_state_t *tx = &dp->dp_tx; in txg_hold_open()355 tx_state_t *tx = &dp->dp_tx; in txg_quiesce()411 tx_state_t *tx = &dp->dp_tx; in txg_dispatch_callbacks()450 tx_state_t *tx = &dp->dp_tx; in txg_sync_thread()529 tx_state_t *tx = &dp->dp_tx; in txg_quiesce_thread()579 tx_state_t *tx = &dp->dp_tx; in txg_delay()[all …]
279 err = dsl_scan_init(dp, dp->dp_tx.tx_open_txg); in dsl_pool_open()609 return (curthread == dp->dp_tx.tx_sync_thread || in dsl_pool_sync_context()
79 ASSERT3U(txg, <=, dp->dp_tx.tx_open_txg); in dmu_tx_create_assigned()
117 tx_state_t dp_tx; member