Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dtxg.c753 tn->tn_next[t] = tl->tl_head[t]; in txg_list_add()
778 for (tp = &tl->tl_head[t]; *tp != NULL; tp = &(*tp)->tn_next[t]) in txg_list_add_tail()
782 tn->tn_next[t] = NULL; in txg_list_add_tail()
803 tl->tl_head[t] = tn->tn_next[t]; in txg_list_remove()
804 tn->tn_next[t] = NULL; in txg_list_remove()
823 for (tp = &tl->tl_head[t]; (tn = *tp) != NULL; tp = &tn->tn_next[t]) { in txg_list_remove_this()
825 *tp = tn->tn_next[t]; in txg_list_remove_this()
826 tn->tn_next[t] = NULL; in txg_list_remove_this()
865 tn = tn->tn_next[t]; in txg_list_next()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h56 struct txg_node *tn_next[TXG_SIZE]; member
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2275 wsp->walk_addr = (uintptr_t)node->tn_next[lwd->lw_txgoff]; in txg_list_walk_step()