Lines Matching defs:lcore_idle_hint
926 uint32_t lcore_idle_hint = 0;
1042 lcore_idle_hint = qconf->rx_queue_list[0].idle_hint;
1045 if (rx_queue->idle_hint < lcore_idle_hint)
1046 lcore_idle_hint = rx_queue->idle_hint;
1049 if (lcore_idle_hint < SUSPEND_THRESHOLD)
1055 rte_delay_us(lcore_idle_hint);
1071 stats[lcore_id].sleep_time += lcore_idle_hint;
1213 uint32_t lcore_idle_hint = 0;
1359 for (i = 1, lcore_idle_hint =
1363 if (rx_queue->idle_hint < lcore_idle_hint)
1364 lcore_idle_hint = rx_queue->idle_hint;
1367 if (lcore_idle_hint < SUSPEND_THRESHOLD)
1373 rte_delay_us(lcore_idle_hint);
1389 stats[lcore_id].sleep_time += lcore_idle_hint;