Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h119 extern void *txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg);
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dtxg.c816 txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg) in txg_list_remove_this() function
H A Dvdev.c720 if (txg_list_remove_this(&spa->spa_vdev_txg_list, svd, t)) in vdev_top_transfer()
H A Dspa.c4841 (void) txg_list_remove_this(&tvd->vdev_dtl_list, vd, t); in spa_vdev_detach()