Lines Matching refs:off
66 rte_graph_off_t off = _graph->nodes_start; in graph_nodes_populate() local
74 struct rte_node *node = RTE_PTR_ADD(graph, off); in graph_nodes_populate()
77 node->off = off; in graph_nodes_populate()
89 off += sizeof(struct rte_node); in graph_nodes_populate()
96 off += sizeof(struct rte_node *) * nb_edges; in graph_nodes_populate()
97 off = RTE_ALIGN(off, RTE_CACHE_LINE_SIZE); in graph_nodes_populate()
98 node->next = off; in graph_nodes_populate()
107 rte_graph_off_t off; in graph_node_id_to_ptr() local
110 rte_graph_foreach_node(count, off, graph, node) in graph_node_id_to_ptr()
121 rte_graph_off_t off; in graph_node_name_to_ptr() local
124 rte_graph_foreach_node(count, off, graph, node) in graph_node_name_to_ptr()
135 rte_graph_off_t off; in graph_node_nexts_populate() local
140 rte_graph_foreach_node(count, off, graph, node) { in graph_node_nexts_populate()
171 graph->cir_start[head--] = node->off; in graph_src_nodes_populate()
217 rte_graph_off_t off; in graph_nodes_mem_destroy() local
223 rte_graph_foreach_node(count, off, graph, node) in graph_nodes_mem_destroy()