Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h114 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg);
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dtxg.c709 ASSERT(txg_list_empty(tl, t)); in txg_list_destroy()
715 txg_list_empty(txg_list_t *tl, uint64_t txg) in txg_list_empty() function
731 if (!txg_list_empty(tl, i)) { in txg_all_lists_empty()
H A Dspa.c6355 ASSERT(txg_list_empty(&dp->dp_dirty_datasets, in spa_sync()
6357 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg)); in spa_sync()
6358 ASSERT(txg_list_empty(&dp->dp_sync_tasks, txg)); in spa_sync()
6454 ASSERT(txg_list_empty(&dp->dp_dirty_datasets, txg)); in spa_sync()
6455 ASSERT(txg_list_empty(&dp->dp_dirty_dirs, txg)); in spa_sync()
6456 ASSERT(txg_list_empty(&spa->spa_vdev_txg_list, txg)); in spa_sync()
H A Ddsl_pool.c572 if (!txg_list_empty(&dp->dp_sync_tasks, txg)) { in dsl_pool_sync()
H A Dvdev.c2213 boolean_t reassess = !txg_list_empty(&vd->vdev_ms_list, TXG_CLEAN(txg)); in vdev_sync_done()