Searched refs:now (Results 1 – 3 of 3) sorted by relevance
200 struct timespec now, delta; in vhpet_counter() local211 vhpet->countbase_ts = now; in vhpet_counter()214 delta = now; in vhpet_counter()219 *nowptr = now; in vhpet_counter()338 struct timespec now; in vhpet_timer_handler() local420 delta = *now; in vhpet_adjust_compval()514 timespecadd(&ts.it_value, now); in vhpet_start_timer()536 struct timespec now; in vhpet_restart_timer() local568 const struct timespec *now) in vhpet_stop_counting() argument600 struct timespec now; in vhpet_timer_update_config() local[all …]
239 time_t now, delta; in vrtc_curtime() local245 now = monotonic_time(); in vrtc_curtime()246 delta = now - vrtc->base_uptime; in vrtc_curtime()
285 struct timespec now, delta; in rtc_chg_timer_cb() local292 clock_gettime(CLOCK_MONOTONIC, &now); in rtc_chg_timer_cb()293 delta = now; in rtc_chg_timer_cb()
Completed in 11 milliseconds