Searched refs:txg_list_remove_this (Results 1 – 6 of 6) sorted by relevance
| /src/sys/contrib/openzfs/include/sys/ |
| H A D | txg.h | 162 extern void *txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg);
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | txg.c | 1016 txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg) in txg_list_remove_this() function
|
| H A D | dsl_pool.c | 875 (void) txg_list_remove_this(&dp->dp_dirty_zilogs, zilog, txg); in dsl_pool_sync_done()
|
| H A D | dmu_objset.c | 1299 tmpds = txg_list_remove_this(&dp->dp_dirty_datasets, ds, in dmu_objset_create_sync() 1315 tmpds = txg_list_remove_this(&dp->dp_dirty_datasets, ds, in dmu_objset_create_sync()
|
| H A D | vdev.c | 1378 if (txg_list_remove_this(&spa->spa_vdev_txg_list, svd, t)) in vdev_top_transfer() 1722 (void) txg_list_remove_this(&vd->vdev_ms_list, in vdev_metaslab_init()
|
| H A D | spa.c | 8784 (void) txg_list_remove_this(&tvd->vdev_dtl_list, vd, t); 9366 (void) txg_list_remove_this(
|