Searched refs:nb_sinks (Results 1 – 1 of 1) sorted by relevance
306 graph_init(const char *gname, uint8_t nb_srcs, uint8_t nb_sinks, in graph_init() argument308 uint8_t src_map[][nodes_per_stage], uint8_t snk_map[][nb_sinks], in graph_init() argument339 (nb_srcs + nb_sinks + stages * nodes_per_stage)); in graph_init()346 (nb_srcs + nb_sinks + stages * nodes_per_stage)); in graph_init()358 snk_nodes = malloc(sizeof(rte_node_t) * nb_sinks); in graph_init()501 for (i = 0; i < nb_sinks; i++) { in graph_init()531 for (j = 0; j < nb_sinks; j++) { in graph_init()