Searched refs:nb_ret (Results 1 – 1 of 1) sorted by relevance
273 if (unlikely(nb_ret == 0)) { in lcore_rx()281 (void *)bufs, nb_ret, NULL); in lcore_rx()283 uint16_t nb_ret = nb_rx; in lcore_rx() local292 (void *)bufs, nb_ret, NULL); in lcore_rx()296 if (unlikely(sent < nb_ret)) { in lcore_rx()300 while (sent < nb_ret) in lcore_rx()367 const uint16_t nb_ret = in lcore_distributor() local371 if (unlikely(nb_ret == 0)) in lcore_distributor()376 (void *)bufs, nb_ret, NULL); in lcore_distributor()378 if (unlikely(sent < nb_ret)) { in lcore_distributor()[all …]