Home
last modified time | relevance | path

Searched refs:should_quiesce (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg.h130 boolean_t should_quiesce);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c783 txg_wait_open(dsl_pool_t *dp, uint64_t txg, boolean_t should_quiesce) in txg_wait_open() argument
793 if (tx->tx_quiesce_txg_waiting < txg && should_quiesce) in txg_wait_open()
806 if (should_quiesce == B_TRUE) { in txg_wait_open()