Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dpsi.c356 u32 nonidle; in collect_percpu_times() local
363 nonidle = nsecs_to_jiffies(times[PSI_NONIDLE]); in collect_percpu_times()
364 nonidle_total += nonidle; in collect_percpu_times()
367 deltas[s] += (u64)times[s] * nonidle; in collect_percpu_times()