Searched refs:txg_list_remove (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | txg.h | 134 extern void *txg_list_remove(txg_list_t *tl, uint64_t txg);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_pool.c | 644 txg_list_remove(&dp->dp_early_sync_tasks, txg)) != NULL) { in dsl_pool_sync() 655 while ((ds = txg_list_remove(&dp->dp_dirty_datasets, txg)) != NULL) { in dsl_pool_sync() 697 while ((ds = txg_list_remove(&dp->dp_dirty_datasets, txg)) != NULL) { in dsl_pool_sync() 738 while ((dd = txg_list_remove(&dp->dp_dirty_dirs, txg)) != NULL) { in dsl_pool_sync() 793 while ((dst = txg_list_remove(&dp->dp_sync_tasks, txg)) != NULL) in dsl_pool_sync()
|
| H A D | vdev.c | 1155 while ((msp = txg_list_remove(&svd->vdev_ms_list, t)) != NULL) in vdev_top_transfer() 1157 while ((vd = txg_list_remove(&svd->vdev_dtl_list, t)) != NULL) in vdev_top_transfer() 3530 while ((msp = txg_list_remove(&vd->vdev_ms_list, TXG_CLEAN(txg))) in vdev_sync_done() 3577 while ((msp = txg_list_remove(&vd->vdev_ms_list, txg)) != NULL) { in vdev_sync() 3582 while ((lvd = txg_list_remove(&vd->vdev_dtl_list, txg)) != NULL) in vdev_sync()
|
| H A D | txg.c | 946 txg_list_remove(txg_list_t *tl, uint64_t txg) in txg_list_remove() function
|
| H A D | spa.c | 8964 while ((vd = txg_list_remove(&spa->spa_vdev_txg_list, txg)) 9209 while ((vd = txg_list_remove(&spa->spa_vdev_txg_list, TXG_CLEAN(txg)))
|