Lines Matching defs:off
77 rte_graph_off_t off = _graph->nodes_start;
85 struct rte_node *node = RTE_PTR_ADD(graph, off);
88 node->off = off;
105 off += sizeof(struct rte_node);
113 node->xstat_off = xstat_off - off;
118 off += sizeof(struct rte_node *) * nb_edges;
119 off = RTE_ALIGN(off, RTE_CACHE_LINE_SIZE);
120 node->next = off;
129 rte_graph_off_t off;
132 rte_graph_foreach_node(count, off, graph, node)
143 rte_graph_off_t off;
146 rte_graph_foreach_node(count, off, graph, node)
157 rte_graph_off_t off;
162 rte_graph_foreach_node(count, off, graph, node) {
193 graph->cir_start[head--] = node->off;
241 rte_graph_off_t off;
247 rte_graph_foreach_node(count, off, graph, node)