HomeSort by: relevance | last modified time | path
    Searched defs:needsoftclock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_timeout.c 790 int needsoftclock, ticks; local in function:callout_hardclock
807 needsoftclock = !CIRCQ_EMPTY(&cc->cc_todo);
810 if (needsoftclock)
kern_timeout.c 790 int needsoftclock, ticks; local in function:callout_hardclock
807 needsoftclock = !CIRCQ_EMPTY(&cc->cc_todo);
810 if (needsoftclock)

Completed in 23 milliseconds