Searched refs:idle_poll_count (Results 1 – 1 of 1) sorted by relevance
35 uint8_t idle_poll_count; member226 if (npc->idle_poll_count >= IDLE_POLL_COUNT) { in netmap_select()234 npc->idle_poll_count = (rc == 0) ? (npc->idle_poll_count + 1) : 0; in netmap_select()