Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dpsi.c360 u32 nonidle; in collect_percpu_times() local
367 nonidle = nsecs_to_jiffies(times[PSI_NONIDLE]); in collect_percpu_times()
368 nonidle_total += nonidle; in collect_percpu_times()
371 deltas[s] += (u64)times[s] * nonidle; in collect_percpu_times()