Home
last modified time | relevance | path

Searched refs:nodes_start (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_populate.c35 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()
H A Dgraph_private.h85 rte_graph_off_t nodes_start; member
H A Dgraph_debug.c62 fprintf(f, " nodes_start=0x%" PRIx32 "\n", g->nodes_start); in rte_graph_obj_dump()
H A Drte_graph.h344 for (count = 0, off = graph->nodes_start, \
H A Drte_graph_worker.h42 rte_graph_off_t nodes_start; /**< Offset at which node memory starts. */ member