Searched refs:RTE_GRAPH_FENCE (Results 1 – 3 of 3) sorted by relevance
31 sz += sizeof(RTE_GRAPH_FENCE); in graph_fp_mem_calc_size()60 graph->fence = RTE_GRAPH_FENCE; in graph_header_popluate()76 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