Home
last modified time | relevance | path

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

/kernel/power/
Dwakelock.c107 u64 idle_time_ns; in wakelocks_gc() local
111 idle_time_ns = ktime_to_ns(ktime_sub(now, wl->ws.last_time)); in wakelocks_gc()
115 if (idle_time_ns < ((u64)WL_GC_TIME_SEC * NSEC_PER_SEC)) in wakelocks_gc()