Searched refs:nb_ret (Results 1 – 1 of 1) sorted by relevance
269 if (unlikely(nb_ret == 0)) { in lcore_rx()277 (void *)bufs, nb_ret, NULL); in lcore_rx()279 uint16_t nb_ret = nb_rx; in lcore_rx() local288 (void *)bufs, nb_ret, NULL); in lcore_rx()292 if (unlikely(sent < nb_ret)) { in lcore_rx()296 while (sent < nb_ret) in lcore_rx()363 const uint16_t nb_ret = in lcore_distributor() local367 if (unlikely(nb_ret == 0)) in lcore_distributor()372 (void *)bufs, nb_ret, NULL); in lcore_distributor()374 if (unlikely(sent < nb_ret)) { in lcore_distributor()[all …]