Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dpsi.c239 case PSI_NONIDLE: in test_state()
339 nonidle = nsecs_to_jiffies(times[PSI_NONIDLE]); in collect_percpu_times()
342 for (s = 0; s < PSI_NONIDLE; s++) in collect_percpu_times()
436 nonidle = changed_states & (1 << PSI_NONIDLE); in psi_avgs_work()
739 if (groupc->state_mask & (1 << PSI_NONIDLE)) in record_times()
740 groupc->times[PSI_NONIDLE] += delta; in record_times()
1162 if (state >= PSI_NONIDLE) in psi_trigger_create()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpsi_types.h54 PSI_NONIDLE, enumerator