Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_timeout.c443 sbintime_t first, last, max, tmp_max; in callout_process() local
532 tmp_max = tmp->c_time + tmp->c_precision; in callout_process()
533 if (tmp_max < last) in callout_process()
534 last = tmp_max; in callout_process()