Searched refs:txg_list_empty (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | txg.h | 130 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_pool.c | 639 if (!txg_list_empty(&dp->dp_early_sync_tasks, txg)) { in dsl_pool_sync() 786 if (!txg_list_empty(&dp->dp_sync_tasks, txg)) { in dsl_pool_sync()
|
| H A D | txg.c | 846 txg_list_empty(txg_list_t *tl, uint64_t txg) in txg_list_empty() function
|
| H A D | spa.c | 8985 ASSERT(txg_list_empty(&dp->dp_dirty_datasets, txg)); 8986 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg)); 8987 ASSERT(txg_list_empty(&dp->dp_sync_tasks, txg)); 8988 ASSERT(txg_list_empty(&dp->dp_early_sync_tasks, txg)); 9224 ASSERT(txg_list_empty(&dp->dp_dirty_datasets, txg)); 9225 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg)); 9226 ASSERT(txg_list_empty(&spa->spa_vdev_txg_list, txg));
|
| H A D | vdev.c | 3526 boolean_t reassess = !txg_list_empty(&vd->vdev_ms_list, TXG_CLEAN(txg)); in vdev_sync_done() 3558 ASSERT(txg_list_empty(&vd->vdev_ms_list, txg)); in vdev_sync() 3559 ASSERT(txg_list_empty(&vd->vdev_dtl_list, txg)); in vdev_sync()
|