Home
last modified time | relevance | path

Searched refs:txg_list_head (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg.h137 extern void *txg_list_head(txg_list_t *tl, uint64_t txg);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_pool.c653 for (ms = txg_list_head(tl, TXG_CLEAN(txg)); ms; in dsl_early_sync_task_verify()
857 while ((zilog = txg_list_head(&dp->dp_dirty_zilogs, txg))) { in dsl_pool_sync_done()
H A Dtxg.c1033 txg_list_head(txg_list_t *tl, uint64_t txg) in txg_list_head() function
H A Dvdev_label.c2057 txg_list_head(&spa->spa_vdev_txg_list, TXG_CLEAN(txg)); vd != NULL; in vdev_config_sync()
H A Dvdev_removal.c489 ASSERT3P(txg_list_head(&vd->vdev_ms_list, TXG_CLEAN(txg)), ==, NULL); in vdev_remove_initiate_sync()