Searched refs:tl_head (Results 1 – 2 of 2) sorted by relevance
723 tl->tl_head[t] = NULL; in txg_list_create()740 return (tl->tl_head[txg & TXG_MASK] == NULL); in txg_list_empty()776 tn->tn_next[t] = tl->tl_head[t]; in txg_list_add()777 tl->tl_head[t] = tn; in txg_list_add()801 for (tp = &tl->tl_head[t]; *tp != NULL; tp = &(*tp)->tn_next[t]) in txg_list_add_tail()824 if ((tn = tl->tl_head[t]) != NULL) { in txg_list_remove()826 tl->tl_head[t] = tn->tn_next[t]; in txg_list_remove()846 for (tp = &tl->tl_head[t]; (tn = *tp) != NULL; tp = &tn->tn_next[t]) { in txg_list_remove_this()877 txg_node_t *tn = tl->tl_head[t]; in txg_list_head()
63 txg_node_t *tl_head[TXG_SIZE]; member