Home
last modified time | relevance | path

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

/devicemodel/hw/platform/
A Dhpet.c200 struct timespec now, delta; in vhpet_counter() local
211 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() local
420 delta = *now; in vhpet_adjust_compval()
514 timespecadd(&ts.it_value, now); in vhpet_start_timer()
536 struct timespec now; in vhpet_restart_timer() local
568 const struct timespec *now) in vhpet_stop_counting() argument
600 struct timespec now; in vhpet_timer_update_config() local
[all …]
A Drtc.c239 time_t now, delta; in vrtc_curtime() local
245 now = monotonic_time(); in vrtc_curtime()
246 delta = now - vrtc->base_uptime; in vrtc_curtime()
/devicemodel/core/
A Dvm_event.c285 struct timespec now, delta; in rtc_chg_timer_cb() local
292 clock_gettime(CLOCK_MONOTONIC, &now); in rtc_chg_timer_cb()
293 delta = now; in rtc_chg_timer_cb()

Completed in 11 milliseconds