Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_graph_perf.c479 if (!src_map[i][j]) in graph_init()
485 node_data->next_percentage[edges] = src_map[i][j]; in graph_init()
487 total_percent += src_map[i][j]; in graph_init()
759 uint8_t src_map[][1] = { {100} }; in graph_init_hr() local
763 STAGES(edge_map), NODES_PER_STAGE(edge_map), src_map, in graph_init_hr()
782 uint8_t src_map[][1] = { {100} }; in graph_init_hr_brst_one() local
805 uint8_t src_map[][1] = { in graph_init_hr_multi_src() local
830 uint8_t src_map[][1] = { {100} }; in graph_init_hr_multi_snk() local
873 uint8_t src_map[][4] = { {100, 0, 0, 0} }; in graph_init_tree() local
915 uint8_t src_map[][4] = { {25, 25, 25, 25} }; in graph_init_reverse_tree() local
[all …]