MCPcopy Create free account
hub / github.com/F-Stack/f-stack / graph_list_head_get

Function graph_list_head_get

dpdk/lib/graph/graph.c:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70struct graph_head *
71graph_list_head_get(void)
72{
73 return &graph_list;
74}
75
76rte_spinlock_t *
77graph_spinlock_get(void)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected