Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_poll.c225 static uint32_t pending_polls; variable
226 SYSCTL_UINT(_kern_polling, OID_AUTO, pending_polls, CTLFLAG_RD,
227 &pending_polls, 0, "Do we need to poll again");
308 if (pending_polls > 100) { in hardclock_device_poll()
314 pending_polls = 0; in hardclock_device_poll()
327 if (pending_polls++ > 0) in hardclock_device_poll()
408 pending_polls--; in netisr_pollmore()
409 if (pending_polls == 0) /* we are done */ in netisr_pollmore()