Lines Matching refs:expire
74 static boolean_t hpet_use_hpet_timer(hrtime_t *expire);
75 static void hpet_use_lapic_timer(hrtime_t expire);
1215 hrtime_t now, expire, dead; in hpet_use_hpet_timer() local
1243 *lapic_expire = expire = now + lapic_count; in hpet_use_hpet_timer()
1261 apic_timer_restart(expire); in hpet_use_hpet_timer()
1278 *lapic_expire = expire = now + lapic_count; in hpet_use_hpet_timer()
1288 apic_timer_restart(expire); in hpet_use_hpet_timer()
1299 apic_timer_restart(expire); in hpet_use_hpet_timer()
1304 hpet_proxy_users[cpu_id] = expire; in hpet_use_hpet_timer()
1312 if ((hpet_proxy_users[id] <= expire) && (id != cpu_id)) { in hpet_use_hpet_timer()
1322 rslt = hpet_guaranteed_schedule(expire); in hpet_use_hpet_timer()
1326 apic_timer_restart(expire); in hpet_use_hpet_timer()
1346 hpet_use_lapic_timer(hrtime_t expire) in hpet_use_lapic_timer() argument
1359 if (expire != HPET_INFINITY) in hpet_use_lapic_timer()
1360 apic_timer_restart(expire); in hpet_use_lapic_timer()