Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_timeout.c435 sbintime_t first, last, lookahead, max, tmp_max; in callout_process() local
521 tmp_max = c->c_time + c->c_precision; in callout_process()
522 if (tmp_max < last) in callout_process()
523 last = tmp_max; in callout_process()