Searched refs:tn_next (Results 1 – 2 of 2) sorted by relevance
904 tn->tn_next[t] = tl->tl_head[t]; in txg_list_add()930 for (tp = &tl->tl_head[t]; *tp != NULL; tp = &(*tp)->tn_next[t]) in txg_list_add_tail()934 tn->tn_next[t] = NULL; in txg_list_add_tail()956 ASSERT(tn->tn_next[t] == NULL || tn->tn_next[t]->tn_member[t]); in txg_list_remove()958 tl->tl_head[t] = tn->tn_next[t]; in txg_list_remove()959 tn->tn_next[t] = NULL; in txg_list_remove()979 for (tp = &tl->tl_head[t]; (tn = *tp) != NULL; tp = &tn->tn_next[t]) { in txg_list_remove_this()981 *tp = tn->tn_next[t]; in txg_list_remove_this()982 tn->tn_next[t] = NULL; in txg_list_remove_this()1030 tn = tn->tn_next[t]; in txg_list_next()
57 struct txg_node *tn_next[TXG_SIZE]; member