Searched refs:TXG_CLEAN (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | txg.h | 126 #define TXG_CLEAN(txg) ((txg) - 1) macro
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_pool.c | 608 for (ms = txg_list_head(tl, TXG_CLEAN(txg)); ms; in dsl_early_sync_task_verify() 609 ms = txg_list_next(tl, ms, TXG_CLEAN(txg))) { in dsl_early_sync_task_verify()
|
| H A D | vdev_label.c | 1914 txg_list_head(&spa->spa_vdev_txg_list, TXG_CLEAN(txg)); vd != NULL; in vdev_config_sync() 1915 vd = txg_list_next(&spa->spa_vdev_txg_list, vd, TXG_CLEAN(txg))) in vdev_config_sync()
|
| H A D | vdev_removal.c | 318 ASSERT3P(txg_list_head(&vd->vdev_ms_list, TXG_CLEAN(txg)), ==, NULL); in vdev_remove_initiate_sync() 622 ASSERT0(svr->svr_max_offset_to_sync[TXG_CLEAN(txg) & TXG_MASK]); in free_from_removing_vdev()
|
| H A D | vdev.c | 3526 boolean_t reassess = !txg_list_empty(&vd->vdev_ms_list, TXG_CLEAN(txg)); in vdev_sync_done() 3530 while ((msp = txg_list_remove(&vd->vdev_ms_list, TXG_CLEAN(txg))) in vdev_sync_done() 3579 (void) txg_list_add(&vd->vdev_ms_list, msp, TXG_CLEAN(txg)); in vdev_sync() 3592 (void) txg_list_add(&spa->spa_vdev_txg_list, vd, TXG_CLEAN(txg)); in vdev_sync()
|
| H A D | metaslab.c | 4154 ASSERT0(range_tree_space(msp->ms_allocating[TXG_CLEAN(txg) in metaslab_sync()
|
| H A D | spa.c | 9209 while ((vd = txg_list_remove(&spa->spa_vdev_txg_list, TXG_CLEAN(txg)))
|