Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c1102 hrtime_t now, next_proxy_time; in hpet_guaranteed_schedule() local
1119 next_proxy_time = HPET_INFINITY; in hpet_guaranteed_schedule()
1126 } else if (hpet_proxy_users[id] < next_proxy_time) { in hpet_guaranteed_schedule()
1127 next_proxy_time = hpet_proxy_users[id]; in hpet_guaranteed_schedule()
1132 if (next_proxy_time == HPET_INFINITY) { in hpet_guaranteed_schedule()
1164 HRTIME_TO_HPET_TICKS(next_proxy_time - gethrtime())) in hpet_guaranteed_schedule()
1181 return (next_proxy_time <= required_wakeup_time); in hpet_guaranteed_schedule()