Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/sched/
Dpsi.c325 u32 nonidle; in collect_percpu_times() local
332 nonidle = nsecs_to_jiffies(times[PSI_NONIDLE]); in collect_percpu_times()
333 nonidle_total += nonidle; in collect_percpu_times()
336 deltas[s] += (u64)times[s] * nonidle; in collect_percpu_times()
418 bool nonidle; in psi_avgs_work() local
429 nonidle = changed_states & (1 << PSI_NONIDLE); in psi_avgs_work()
440 if (nonidle) { in psi_avgs_work()