Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c99 static hpet_proxy_t *hpet_proxy_users; /* one per CPU */ variable
1034 ASSERT(hpet_proxy_users != NULL); in hpet_isr()
1042 ASSERT(hpet_proxy_users[CPU->cpu_id] == 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()
1122 if (hpet_proxy_users[id] < now) { in hpet_guaranteed_schedule()
1123 hpet_proxy_users[id] = 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()
1171 hpet_proxy_users[next_proxy_id] = HPET_INFINITY; in hpet_guaranteed_schedule()
[all …]