Home
last modified time | relevance | path

Searched refs:idle_poll_count (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/core/src/
H A Dnetmap_module.c35 uint8_t idle_poll_count; member
226 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()