Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_poll.c227 static uint32_t pending_polls; variable
228 SYSCTL_UINT(_kern_polling, OID_AUTO, pending_polls, CTLFLAG_RD,
229 &pending_polls, 0, "Do we need to poll again");
310 if (pending_polls > 100) { in hardclock_device_poll()
316 pending_polls = 0; in hardclock_device_poll()
329 if (pending_polls++ > 0) in hardclock_device_poll()
410 pending_polls--; in netisr_pollmore()
411 if (pending_polls == 0) /* we are done */ in netisr_pollmore()