Searched refs:tx_state_t (Results 1 – 3 of 3) sorted by relevance
124 tx_state_t *tx = &dp->dp_tx; in txg_init()126 bzero(tx, sizeof (tx_state_t)); in txg_init()162 tx_state_t *tx = &dp->dp_tx; in txg_fini()191 bzero(tx, sizeof (tx_state_t)); in txg_fini()200 tx_state_t *tx = &dp->dp_tx; in txg_sync_start()225 txg_thread_enter(tx_state_t *tx, callb_cpr_t *cpr) in txg_thread_enter()232 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) in txg_thread_exit()243 txg_thread_wait(tx_state_t *tx, callb_cpr_t *cpr, kcondvar_t *cv, clock_t time) in txg_thread_wait()261 tx_state_t *tx = &dp->dp_tx; in txg_sync_stop()298 tx_state_t *tx = &dp->dp_tx; in txg_hold_open()[all …]
118 } tx_state_t; typedef
119 tx_state_t dp_tx;