Searched refs:nb_sinks (Results 1 – 1 of 1) sorted by relevance
317 graph_init(const char *gname, uint8_t nb_srcs, uint8_t nb_sinks, in graph_init() argument319 uint8_t src_map[][nodes_per_stage], uint8_t snk_map[][nb_sinks], in graph_init() argument350 (nb_srcs + nb_sinks + stages * nodes_per_stage)); in graph_init()357 (nb_srcs + nb_sinks + stages * nodes_per_stage)); in graph_init()369 snk_nodes = malloc(sizeof(rte_node_t) * nb_sinks); in graph_init()512 for (i = 0; i < nb_sinks; i++) { in graph_init()542 for (j = 0; j < nb_sinks; j++) { in graph_init()