Searched refs:src_node_count (Results 1 – 4 of 4) sorted by relevance
263 rte_node_t src_node_count; in rte_graph_create() local309 src_node_count = graph_src_nodes_count(graph); in rte_graph_create()310 if (src_node_count == 0) in rte_graph_create()327 graph->src_node_count = src_node_count; in rte_graph_create()
23 sz += sizeof(rte_graph_off_t) * graph->src_node_count; in graph_fp_mem_calc_size()52 graph->head = (int32_t)-_graph->src_node_count; in graph_header_popluate()
87 rte_node_t src_node_count; member
22 fprintf(f, " src_node_count=%" PRIu32 "\n", g->src_node_count); in graph_dump()