Searched refs:RTE_GRAPH_FENCE (Results 1 – 3 of 3) sorted by relevance
33 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()
159 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()
42 #define RTE_GRAPH_FENCE 0xdeadbeef12345678ULL /**< Graph fence data. */ macro