Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_private.h134 STAILQ_HEAD(graph_head, graph);
144 struct graph_head *graph_list_head_get(void);
H A Dgraph_stats.c240 struct graph_head *graph_head = graph_list_head_get(); in expand_pattern_to_cluster() local
245 STAILQ_FOREACH(graph, graph_head, next) { in expand_pattern_to_cluster()
H A Dgraph.c18 static struct graph_head graph_list = STAILQ_HEAD_INITIALIZER(graph_list);
25 struct graph_head *