Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds