Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_timeout.c439 sbintime_t first, last, lookahead, max, tmp_max; in callout_process() local
525 tmp_max = c->c_time + c->c_precision; in callout_process()
526 if (tmp_max < last) in callout_process()
527 last = tmp_max; in callout_process()