Home
last modified time | relevance | path

Searched refs:tx_state_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dtxg.c119 tx_state_t *tx = &dp->dp_tx; in txg_init()
121 bzero(tx, sizeof (tx_state_t)); in txg_init()
157 tx_state_t *tx = &dp->dp_tx; in txg_fini()
186 bzero(tx, sizeof (tx_state_t)); in txg_fini()
195 tx_state_t *tx = &dp->dp_tx; in txg_sync_start()
220 txg_thread_enter(tx_state_t *tx, callb_cpr_t *cpr) in txg_thread_enter()
227 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) in txg_thread_exit()
238 txg_thread_wait(tx_state_t *tx, callb_cpr_t *cpr, kcondvar_t *cv, clock_t time) in txg_thread_wait()
257 tx_state_t *tx = &dp->dp_tx; in txg_sync_stop()
294 tx_state_t *tx = &dp->dp_tx; in txg_hold_open()
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h118 } tx_state_t; typedef
H A Ddsl_pool.h117 tx_state_t dp_tx;