Searched refs:expire (Results 1 – 2 of 2) sorted by relevance
115 s_time_t expire, s_time_t now, int force) in reprogram_hpet_evt_channel() argument120 if ( (ch->flags & HPET_EVT_DISABLE) || (expire == 0) ) in reprogram_hpet_evt_channel()123 if ( unlikely(expire < 0) ) in reprogram_hpet_evt_channel()129 delta = expire - now; in reprogram_hpet_evt_channel()133 ch->next_event = expire; in reprogram_hpet_evt_channel()135 if ( expire == STIME_MAX ) in reprogram_hpet_evt_channel()
1257 s_time_t expire; in reprogram_timer() local1270 if ( timeout && ((expire = timeout - NOW()) > 0) ) in reprogram_timer()1271 apic_tmict = min_t(u64, (bus_scale * expire) >> 18, UINT_MAX); in reprogram_timer()
Completed in 6 milliseconds