Home
last modified time | relevance | path

Searched refs:txg_list_next (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg.h138 extern void *txg_list_next(txg_list_t *tl, void *p, uint64_t txg);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c1022 txg_list_next(txg_list_t *tl, void *p, uint64_t txg) in txg_list_next() function
H A Ddsl_pool.c609 ms = txg_list_next(tl, ms, TXG_CLEAN(txg))) { in dsl_early_sync_task_verify()
H A Dvdev_label.c1915 vd = txg_list_next(&spa->spa_vdev_txg_list, vd, TXG_CLEAN(txg))) in vdev_config_sync()