Home
last modified time | relevance | path

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

/hypervisor/dm/
A Dvrtc.c259 time_t second = VRTC_BROKEN_TIME; in rtc_to_secs() local
330 if (clk_ct_to_ts(&ct, &second) != 0) { in rtc_to_secs()
339 return second; in rtc_to_secs()
398 time_t second = VRTC_BROKEN_TIME; in vrtc_get_current_time() local
403 second = vrtc->base_rtctime + vrtc->offset_rtctime + (time_t)offset; in vrtc_get_current_time()
404 if (second < vrtc->last_rtctime) { in vrtc_get_current_time()
405 second = vrtc->last_rtctime; in vrtc_get_current_time()
407 vrtc->last_rtctime = second; in vrtc_get_current_time()
411 return second; in vrtc_get_current_time()

Completed in 4 milliseconds