Searched refs:tx_state_t (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | txg.c | 122 tx_state_t *tx = &dp->dp_tx; in txg_init() 124 memset(tx, 0, sizeof (tx_state_t)); in txg_init() 160 tx_state_t *tx = &dp->dp_tx; in txg_fini() 189 memset(tx, 0, sizeof (tx_state_t)); in txg_fini() 198 tx_state_t *tx = &dp->dp_tx; in txg_sync_start() 223 txg_thread_enter(tx_state_t *tx, callb_cpr_t *cpr) in txg_thread_enter() 230 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) in txg_thread_exit() 241 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() 319 tx_state_t *t in txg_hold_open() [all...] |
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | txg_impl.h | 118 } tx_state_t; typedef
|
H A D | dsl_pool.h | 132 tx_state_t dp_tx;
|