Home
last modified time | relevance | path

Searched refs:curr_monotime (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dwakeup_reason.c67 static ktime_t curr_monotime; /* monotonic time after last suspend */ variable
347 suspend_resume_time = ktime_to_timespec64(ktime_sub(curr_monotime, last_monotime)); in last_suspend_time_show()
382 curr_monotime = ktime_get(); in wakeup_reason_pm_event()
/device/soc/rockchip/rk3588/kernel/kernel/power/
H A Dwakeup_reason.c67 static ktime_t curr_monotime; /* monotonic time after last suspend */ variable
348 ktime_to_timespec64(ktime_sub(curr_monotime, last_monotime)); in last_suspend_time_show()
387 curr_monotime = ktime_get(); in wakeup_reason_pm_event()

Completed in 3 milliseconds