Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_populate.c33 sz += sizeof(RTE_GRAPH_FENCE); in graph_fp_mem_calc_size()
62 graph->fence = RTE_GRAPH_FENCE; in graph_header_popluate()
78 node->fence = RTE_GRAPH_FENCE; in graph_nodes_populate()
H A Drte_graph_worker.h159 RTE_ASSERT(node->fence == RTE_GRAPH_FENCE); in rte_graph_walk()
247 RTE_ASSERT(node->fence == RTE_GRAPH_FENCE); in __rte_node_next_node_get()
249 RTE_ASSERT(node->fence == RTE_GRAPH_FENCE); in __rte_node_next_node_get()
H A Drte_graph.h42 #define RTE_GRAPH_FENCE 0xdeadbeef12345678ULL /**< Graph fence data. */ macro