Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dpsi.c228 case PSI_NONIDLE: in test_state()
328 nonidle = nsecs_to_jiffies(times[PSI_NONIDLE]); in collect_percpu_times()
331 for (s = 0; s < PSI_NONIDLE; s++) in collect_percpu_times()
425 nonidle = changed_states & (1 << PSI_NONIDLE); in psi_avgs_work()
667 if (groupc->state_mask & (1 << PSI_NONIDLE)) in record_times()
668 groupc->times[PSI_NONIDLE] += delta; in record_times()
1024 if (state >= PSI_NONIDLE) in psi_trigger_create()
/Linux-v5.4/include/linux/
Dpsi_types.h46 PSI_NONIDLE, enumerator