Searched refs:txg_list_remove (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dtxg.h134 extern void *txg_list_remove(txg_list_t *tl, uint64_t txg);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddsl_pool.c692 txg_list_remove(&dp->dp_early_sync_tasks, txg)) != NULL) {
704 while ((ds = txg_list_remove(&dp->dp_dirty_datasets, txg)) != NULL) {
746 while ((ds = txg_list_remove(&dp->dp_dirty_datasets, txg)) != NULL) {
788 while ((dd = txg_list_remove(&dp->dp_dirty_dirs, txg)) != NULL) {
843 while ((dst = txg_list_remove(&dp->dp_sync_tasks, txg)) != NULL)
H A Dtxg.c971 txg_list_remove(txg_list_t *tl, uint64_t txg) function
H A Dvdev.c1281 while ((msp = txg_list_remove(&svd->vdev_ms_list, t)) != NULL)
1283 while ((vd = txg_list_remove(&svd->vdev_dtl_list, t)) != NULL)
4002 while ((msp = txg_list_remove(&vd->vdev_ms_list, TXG_CLEAN(txg)))
4052 while ((msp = txg_list_remove(&vd->vdev_ms_list, txg)) != NULL) {
4057 while ((lvd = txg_list_remove(&vd->vdev_dtl_list, txg)) != NULL)
H A Dspa.c9886 while ((vd = txg_list_remove(&spa->spa_vdev_txg_list, txg))
10165 while ((vd = txg_list_remove(&spa->spa_vdev_txg_list, TXG_CLEAN(txg)))

Completed in 99 milliseconds