Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c104 static hpet_proxy_t *hpet_proxy_users; /* one per CPU */ variable
1175 ASSERT(hpet_proxy_users != NULL); in hpet_isr()
1183 ASSERT(hpet_proxy_users[CPU->cpu_id] == HPET_INFINITY); in hpet_isr()
1222 if (hpet_proxy_users[id] != HPET_INFINITY) { in hpet_expire_all()
1223 hpet_proxy_users[id] = HPET_INFINITY; in hpet_expire_all()
1263 if (hpet_proxy_users[id] < now) { in hpet_guaranteed_schedule()
1264 hpet_proxy_users[id] = 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()
1312 hpet_proxy_users[next_proxy_id] = HPET_INFINITY; in hpet_guaranteed_schedule()
[all …]