Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h121 extern void *txg_list_head(txg_list_t *tl, uint64_t txg);
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dtxg.c851 txg_list_head(txg_list_t *tl, uint64_t txg) in txg_list_head() function
H A Dvdev_label.c1230 for (vd = txg_list_head(&spa->spa_vdev_txg_list, TXG_CLEAN(txg)); vd; in vdev_config_sync()