Searched refs:next_proxy_time (Results 1 – 1 of 1) sorted by relevance
1243 hrtime_t now, next_proxy_time; in hpet_guaranteed_schedule() local1260 next_proxy_time = HPET_INFINITY; in hpet_guaranteed_schedule()1267 } else if (hpet_proxy_users[id] < next_proxy_time) { in hpet_guaranteed_schedule()1268 next_proxy_time = hpet_proxy_users[id]; in hpet_guaranteed_schedule()1273 if (next_proxy_time == HPET_INFINITY) { in hpet_guaranteed_schedule()1305 HRTIME_TO_HPET_TICKS(next_proxy_time - gethrtime())) in hpet_guaranteed_schedule()1322 return (next_proxy_time <= required_wakeup_time); in hpet_guaranteed_schedule()