Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dpsi.c332 u32 nonidle; in collect_percpu_times() local
339 nonidle = nsecs_to_jiffies(times[PSI_NONIDLE]); in collect_percpu_times()
340 nonidle_total += nonidle; in collect_percpu_times()
343 deltas[s] += (u64)times[s] * nonidle; in collect_percpu_times()
425 bool nonidle; in psi_avgs_work() local
436 nonidle = changed_states & (1 << PSI_NONIDLE); in psi_avgs_work()
447 if (nonidle) { in psi_avgs_work()