Searched refs:nodes_start (Results 1 – 5 of 5) sorted by relevance
35 graph->nodes_start = sz; in graph_fp_mem_calc_size()58 graph->nodes_start = _graph->nodes_start; in graph_header_popluate()68 rte_graph_off_t off = _graph->nodes_start; in graph_nodes_populate()
85 rte_graph_off_t nodes_start; member
62 fprintf(f, " nodes_start=0x%" PRIx32 "\n", g->nodes_start); in rte_graph_obj_dump()
344 for (count = 0, off = graph->nodes_start, \
42 rte_graph_off_t nodes_start; /**< Offset at which node memory starts. */ member