Searched refs:nb_srcs (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() argument339 (nb_srcs + nb_sinks + stages * nodes_per_stage)); in graph_init()346 (nb_srcs + nb_sinks + stages * nodes_per_stage)); in graph_init()352 src_nodes = malloc(sizeof(rte_node_t) * nb_srcs); in graph_init()440 for (i = 0; i < nb_srcs; i++) { in graph_init()