Home
last modified time | relevance | path

Searched refs:node_head (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/graph/
H A Dgraph_private.h108 STAILQ_HEAD(node_head, node);
118 struct node_head *node_list_head_get(void);
H A Dgraph.c143 struct node_head *node_head = node_list_head_get(); in expand_pattern_to_node() local
148 STAILQ_FOREACH(node, node_head, next) { in expand_pattern_to_node()
H A Dnode.c16 static struct node_head node_list = STAILQ_HEAD_INITIALIZER(node_list);
22 struct node_head *