Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dapm_32.c905 static u64 last_stime; /* = 0 */ in apm_cpu_idle() local
919 idle_percentage = nsecs_to_jiffies(stime - last_stime); in apm_cpu_idle()
928 last_stime = stime; in apm_cpu_idle()