Searched refs:txg_list_empty (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h114 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c709 ASSERT(txg_list_empty(tl, t));
715 txg_list_empty(txg_list_t *tl, uint64_t txg) function
731 if (!txg_list_empty(tl, i)) {
H A Ddsl_pool.c563 if (!txg_list_empty(&dp->dp_sync_tasks, txg)) {
H A Dspa.c6659 ASSERT(txg_list_empty(&dp->dp_dirty_datasets,
6661 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg));
6662 ASSERT(txg_list_empty(&dp->dp_sync_tasks, txg));
6769 ASSERT(txg_list_empty(&dp->dp_dirty_datasets, txg));
6770 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg));
6771 ASSERT(txg_list_empty(&spa->spa_vdev_txg_list, txg));
H A Dvdev.c2289 boolean_t reassess = !txg_list_empty(&vd->vdev_ms_list, TXG_CLEAN(txg));

Completed in 84 milliseconds