Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds