Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_poll.c226 static uint32_t pending_polls; variable
227 SYSCTL_UINT(_kern_polling, OID_AUTO, pending_polls, CTLFLAG_RD,
228 &pending_polls, 0, "Do we need to poll again");
309 if (pending_polls > 100) { in hardclock_device_poll()
315 pending_polls = 0; in hardclock_device_poll()
328 if (pending_polls++ > 0) in hardclock_device_poll()
409 pending_polls--; in netisr_pollmore()
410 if (pending_polls == 0) /* we are done */ in netisr_pollmore()