Searched refs:tx_state_t (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | txg.c | 124 tx_state_t *tx = &dp->dp_tx; in txg_init() 126 memset(tx, 0, sizeof (tx_state_t)); in txg_init() 162 tx_state_t *tx = &dp->dp_tx; in txg_fini() 191 memset(tx, 0, 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() 263 tx_state_t *tx = &dp->dp_tx; in txg_sync_stop() 321 tx_state_t *tx = &dp->dp_tx; in txg_hold_open() [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | txg_impl.h | 119 } tx_state_t; typedef
|
H A D | dsl_pool.h | 135 tx_state_t dp_tx;
|