Searched defs:softcall_lastpoke (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c139 static clock_t softcall_countstart, softcall_lastpoke; variable
359 if (now - softcall_lastpoke < hz) {
380 softcall_lastpoke = now;

Completed in 57 milliseconds