Searched refs:nodes_start (Results 1 – 5 of 5) sorted by relevance
33 graph->nodes_start = sz; in graph_fp_mem_calc_size()56 graph->nodes_start = _graph->nodes_start; in graph_header_popluate()66 rte_graph_off_t off = _graph->nodes_start; in graph_nodes_populate()
85 rte_graph_off_t nodes_start; member
60 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