Searched refs:tl_head (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dtxg.h63 txg_node_t *tl_head[TXG_SIZE]; member in struct:txg_list
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c709 tl->tl_head[t] = NULL;
726 return (tl->tl_head[txg & TXG_MASK] == NULL);
744 tn->tn_next[t] = tl->tl_head[t];
745 tl->tl_head[t] = tn;
769 for (tp = &tl->tl_head[t]; *tp != NULL; tp = &(*tp)->tn_next[t])
792 if ((tn = tl->tl_head[t]) != NULL) {
794 tl->tl_head[t] = tn->tn_next[t];
814 for (tp = &tl->tl_head[t]; (tn = *tp) != NULL; tp = &tn->tn_next[t]) {
845 txg_node_t *tn = tl->tl_head[t];

Completed in 102 milliseconds