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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dtxg.h65 txg_node_t *tl_head[TXG_SIZE]; member in struct:txg_list
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dtxg.c856 tl->tl_head[t] = NULL;
864 return (tl->tl_head[txg & TXG_MASK] == NULL);
926 tn->tn_next[t] = tl->tl_head[t];
927 tl->tl_head[t] = tn;
952 for (tp = &tl->tl_head[t]; *tp != NULL; tp = &(*tp)->tn_next[t])
976 if ((tn = tl->tl_head[t]) != NULL) {
980 tl->tl_head[t] = tn->tn_next[t];
1001 for (tp = &tl->tl_head[t]; (tn = *tp) != NULL; tp = &tn->tn_next[t]) {
1036 tn = tl->tl_head[t];

Completed in 25 milliseconds