Searched refs:node_head (Results 1 – 3 of 3) sorted by relevance
108 STAILQ_HEAD(node_head, node);118 struct node_head *node_list_head_get(void);
143 struct node_head *node_head = node_list_head_get(); in expand_pattern_to_node() local148 STAILQ_FOREACH(node, node_head, next) { in expand_pattern_to_node()
17 static struct node_head node_list = STAILQ_HEAD_INITIALIZER(node_list);23 struct node_head *