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

Function graph_node_fini

dpdk/lib/graph/graph.c:250–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250static void
251graph_node_fini(struct graph *graph)
252{
253 struct graph_node *graph_node;
254
255 STAILQ_FOREACH(graph_node, &graph->node_list, next)
256 if (graph_node->node->fini)
257 graph_node->node->fini(
258 graph->graph,
259 graph_node_name_to_ptr(graph->graph,
260 graph_node->node->name));
261}
262
263static struct rte_graph *
264graph_mem_fixup_node_ctx(struct rte_graph *graph)

Callers 1

rte_graph_destroyFunction · 0.85

Calls 1

graph_node_name_to_ptrFunction · 0.85

Tested by

no test coverage detected