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