Searched refs:tmp_max (Results 1 – 1 of 1) sorted by relevance
439 sbintime_t first, last, lookahead, max, tmp_max; in callout_process() local525 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()