Searched refs:tn_next (Results 1 – 2 of 2) sorted by relevance
949 tn->tn_next[t] = tl->tl_head[t]; in txg_list_add()975 for (tp = &tl->tl_head[t]; *tp != NULL; tp = &(*tp)->tn_next[t]) in txg_list_add_tail()979 tn->tn_next[t] = NULL; in txg_list_add_tail()1001 ASSERT(tn->tn_next[t] == NULL || tn->tn_next[t]->tn_member[t]); in txg_list_remove()1003 tl->tl_head[t] = tn->tn_next[t]; in txg_list_remove()1004 tn->tn_next[t] = NULL; in txg_list_remove()1024 for (tp = &tl->tl_head[t]; (tn = *tp) != NULL; tp = &tn->tn_next[t]) { in txg_list_remove_this()1026 *tp = tn->tn_next[t]; in txg_list_remove_this()1027 tn->tn_next[t] = NULL; in txg_list_remove_this()1075 tn = tn->tn_next[t]; in txg_list_next()
59 struct txg_node *tn_next[TXG_SIZE]; member