Searched refs:tn_next (Results 1 – 3 of 3) sorted by relevance
753 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()
56 struct txg_node *tn_next[TXG_SIZE]; member
2275 wsp->walk_addr = (uintptr_t)node->tn_next[lwd->lw_txgoff]; in txg_list_walk_step()