Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h102 boolean_t should_quiesce);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c695 txg_wait_open(dsl_pool_t *dp, uint64_t txg, boolean_t should_quiesce) in txg_wait_open() argument
705 if (tx->tx_quiesce_txg_waiting < txg && should_quiesce) in txg_wait_open()
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c4309 int should_quiesce = 0; in quiesce_one_device() local
4320 should_quiesce = should_implement_quiesce(dip); in quiesce_one_device()
4336 if (rc != DDI_SUCCESS && should_quiesce) { in quiesce_one_device()
4344 } else if (should_quiesce && arg != NULL) { in quiesce_one_device()