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

  /src/sys/kern/
kern_timeout.c 419 int old_time; local in function:callout_schedule_locked
438 old_time = c->c_time;
440 if (c->c_time - old_time < 0) {
kern_timeout.c 419 int old_time; local in function:callout_schedule_locked
438 old_time = c->c_time;
440 if (c->c_time - old_time < 0) {

Completed in 25 milliseconds