Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dpsi.c237 case PSI_NONIDLE: in test_state()
309 reschedule = *pchanged_states & (1 << PSI_NONIDLE); in get_recent_times()
363 nonidle = nsecs_to_jiffies(times[PSI_NONIDLE]); in collect_percpu_times()
366 for (s = 0; s < PSI_NONIDLE; s++) in collect_percpu_times()
774 if (groupc->state_mask & (1 << PSI_NONIDLE)) in record_times()
775 groupc->times[PSI_NONIDLE] += delta; in record_times()
849 if (unlikely(groupc->state_mask & (1 << PSI_NONIDLE))) in psi_group_change()
1318 if (state >= PSI_NONIDLE) in psi_trigger_create()
/openbmc/linux/include/linux/
H A Dpsi_types.h68 PSI_NONIDLE, enumerator