Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg.h157 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_pool.c696 if (!txg_list_empty(&dp->dp_early_sync_tasks, txg)) { in dsl_pool_sync()
845 if (!txg_list_empty(&dp->dp_sync_tasks, txg)) { in dsl_pool_sync()
H A Dtxg.c896 txg_list_empty(txg_list_t *tl, uint64_t txg) in txg_list_empty() function
H A Dspa.c10813 ASSERT(txg_list_empty(&dp->dp_dirty_datasets, txg));
10814 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg));
10815 ASSERT(txg_list_empty(&dp->dp_sync_tasks, txg));
10816 ASSERT(txg_list_empty(&dp->dp_early_sync_tasks, txg));
11062 ASSERT(txg_list_empty(&dp->dp_dirty_datasets, txg));
11063 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg));
11064 ASSERT(txg_list_empty(&spa->spa_vdev_txg_list, txg));
H A Dvdev.c4231 boolean_t reassess = !txg_list_empty(&vd->vdev_ms_list, TXG_CLEAN(txg)); in vdev_sync_done()
4266 ASSERT(txg_list_empty(&vd->vdev_ms_list, txg)); in vdev_sync()
4267 ASSERT(txg_list_empty(&vd->vdev_dtl_list, txg)); in vdev_sync()