Searched refs:hpet_time_after (Results 1 – 2 of 2) sorted by relevance
122 static uint32_t hpet_time_after(uint64_t a, uint64_t b) in hpet_time_after() function 374 while (hpet_time_after(cur_tick, t->cmp64)) { in hpet_timer()
152 const fn hpet_time_after(a: u64, b: u64) -> bool { in hpet_time_after() function 488 while hpet_time_after(cur_tick, self.cmp64) { in callback()