Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_graph_perf.c290 uint8_t total_percent = 0; in graph_node_count_edges() local
303 total_percent += edge_map[stage + 1][i][node]; in graph_node_count_edges()
329 uint8_t total_percent = 0; in graph_init() local
387 total_percent = 0; in graph_init()
389 total_percent += edge_map[i][j][k]; in graph_init()
390 if (!total_percent) in graph_init()
453 total_percent = 0; in graph_init()
487 total_percent += src_map[i][j]; in graph_init()
492 if (edges >= MAX_EDGES_PER_NODE || total_percent != 100) { in graph_init()
538 total_percent = 0; in graph_init()
[all …]