Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_graph_perf.c286 uint8_t edge_map[][nodes_per_stage][nodes_per_stage], in graph_node_count_edges() argument
318 uint32_t stages, uint16_t nodes_per_stage, in graph_init() argument
320 uint8_t edge_map[][nodes_per_stage][nodes_per_stage], in graph_init() argument
326 char *ename[nodes_per_stage]; in graph_init()
376 sizeof(rte_node_t) * nodes_per_stage * stages); in graph_init()
386 for (j = 0; j < nodes_per_stage; j++) { in graph_init()
388 for (k = 0; k < nodes_per_stage; k++) in graph_init()
420 for (j = 0; j < nodes_per_stage; j++) { in graph_init()
424 edges = graph_node_count_edges(i, j, nodes_per_stage, in graph_init()
478 for (j = 0; j < nodes_per_stage; j++) { in graph_init()
[all …]