Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dpsi.c244 state_mask |= BIT(PSI_NONIDLE); in test_states()
313 reschedule = *pchanged_states & (1 << PSI_NONIDLE); in get_recent_times()
367 nonidle = nsecs_to_jiffies(times[PSI_NONIDLE]); in collect_percpu_times()
370 for (s = 0; s < PSI_NONIDLE; s++) in collect_percpu_times()
767 if (groupc->state_mask & (1 << PSI_NONIDLE)) in record_times()
768 groupc->times[PSI_NONIDLE] += delta; in record_times()
839 if (unlikely(groupc->state_mask & (1 << PSI_NONIDLE))) in psi_group_change()
1312 if (state >= PSI_NONIDLE) in psi_trigger_create()
/linux/include/linux/
H A Dpsi_types.h68 PSI_NONIDLE, enumerator