Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_poll.c217 static uint32_t lost_polls; variable
218 SYSCTL_UINT(_kern_polling, OID_AUTO, lost_polls, CTLFLAG_RD,
219 &lost_polls, 0, "How many times we would have lost a poll tick");
326 lost_polls++; in hardclock_device_poll()