Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c1042 ASSERT(hpet_proxy_users[CPU->cpu_id] == HPET_INFINITY); in hpet_isr()
1063 (void) hpet_guaranteed_schedule(HPET_INFINITY); in hpet_isr()
1081 if (hpet_proxy_users[id] != HPET_INFINITY) { in hpet_expire_all()
1082 hpet_proxy_users[id] = HPET_INFINITY; in hpet_expire_all()
1119 next_proxy_time = HPET_INFINITY; in hpet_guaranteed_schedule()
1123 hpet_proxy_users[id] = HPET_INFINITY; in hpet_guaranteed_schedule()
1132 if (next_proxy_time == HPET_INFINITY) { in hpet_guaranteed_schedule()
1171 hpet_proxy_users[next_proxy_id] = HPET_INFINITY; in hpet_guaranteed_schedule()
1249 *lapic_expire = (hrtime_t)HPET_INFINITY; in hpet_use_hpet_timer()
1271 *lapic_expire = (hrtime_t)HPET_INFINITY; in hpet_use_hpet_timer()
[all …]
/titanic_44/usr/src/uts/i86pc/sys/
H A Dhpet.h42 #define HPET_INFINITY (INT64_MAX) macro