Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_poll.c223 static uint32_t lost_polls; variable
224 SYSCTL_UINT(_kern_polling, OID_AUTO, lost_polls, CTLFLAG_RD,
225 &lost_polls, 0, "How many times we would have lost a poll tick");
330 lost_polls++; in hardclock_device_poll()