Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg.h103 boolean_t should_quiesce);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c732 txg_wait_open(dsl_pool_t *dp, uint64_t txg, boolean_t should_quiesce) in txg_wait_open() argument
742 if (tx->tx_quiesce_txg_waiting < txg && should_quiesce) in txg_wait_open()
754 if (should_quiesce == B_TRUE) { in txg_wait_open()