Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c1243 hrtime_t now, next_proxy_time; in hpet_guaranteed_schedule() local
1260 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()