Lines Matching refs:off
68 rte_graph_off_t off = _graph->nodes_start; in graph_nodes_populate() local
76 struct rte_node *node = RTE_PTR_ADD(graph, off); in graph_nodes_populate()
79 node->off = off; in graph_nodes_populate()
91 off += sizeof(struct rte_node); in graph_nodes_populate()
98 off += sizeof(struct rte_node *) * nb_edges; in graph_nodes_populate()
99 off = RTE_ALIGN(off, RTE_CACHE_LINE_SIZE); in graph_nodes_populate()
100 node->next = off; in graph_nodes_populate()
109 rte_graph_off_t off; in graph_node_id_to_ptr() local
112 rte_graph_foreach_node(count, off, graph, node) in graph_node_id_to_ptr()
123 rte_graph_off_t off; in graph_node_name_to_ptr() local
126 rte_graph_foreach_node(count, off, graph, node) in graph_node_name_to_ptr()
137 rte_graph_off_t off; in graph_node_nexts_populate() local
142 rte_graph_foreach_node(count, off, graph, node) { in graph_node_nexts_populate()
173 graph->cir_start[head--] = node->off; in graph_src_nodes_populate()
219 rte_graph_off_t off; in graph_nodes_mem_destroy() local
225 rte_graph_foreach_node(count, off, graph, node) in graph_nodes_mem_destroy()