Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dwakeup_reason.c68 static ktime_t last_stime; /* monotonic boottime offset before last suspend */ variable
341 total_time = ktime_to_timespec64(ktime_sub(curr_stime, last_stime)); in last_suspend_time_show()
377 last_stime = ktime_get_boottime(); in wakeup_reason_pm_event()
/device/soc/rockchip/rk3588/kernel/kernel/power/
H A Dwakeup_reason.c68 static ktime_t last_stime; /* monotonic boottime offset before last suspend */ variable
341 total_time = ktime_to_timespec64(ktime_sub(curr_stime, last_stime)); in last_suspend_time_show()
382 last_stime = ktime_get_boottime(); in wakeup_reason_pm_event()

Completed in 2 milliseconds