Searched refs:txg_thread_wait (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | txg.c | 241 txg_thread_wait(tx_state_t *tx, callb_cpr_t *cpr, kcondvar_t *cv, clock_t time) in txg_thread_wait() function 548 txg_thread_wait(tx, &cpr, &tx->tx_sync_more_cv, timer); in txg_sync_thread() 568 txg_thread_wait(tx, &cpr, in txg_sync_thread() 575 txg_thread_wait(tx, &cpr, &tx->tx_quiesce_done_cv, 0); in txg_sync_thread() 639 txg_thread_wait(tx, &cpr, &tx->tx_quiesce_more_cv, 0); in txg_quiesce_thread()
|