Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dpsi.c318 u32 changed_states = 0; in collect_percpu_times() local
337 changed_states |= cpu_changed_states; in collect_percpu_times()
364 *pchanged_states = changed_states; in collect_percpu_times()
424 u32 changed_states; in psi_avgs_work() local
435 collect_percpu_times(group, PSI_AVGS, &changed_states); in psi_avgs_work()
436 nonidle = changed_states & (1 << PSI_NONIDLE); in psi_avgs_work()
595 u32 changed_states; in psi_poll_work() local
639 collect_percpu_times(group, PSI_POLL, &changed_states); in psi_poll_work()
641 if (changed_states & group->poll_states) { in psi_poll_work()