Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpsi_types.h73 #define PSI_ONCPU (1 << NR_PSI_STATES) macro
/Linux-v6.6/kernel/sched/
Dpsi.c810 state_mask = PSI_ONCPU; in psi_group_change()
813 state_mask = groupc->state_mask & PSI_ONCPU; in psi_group_change()
856 if (test_state(groupc->tasks, s, state_mask & PSI_ONCPU)) in psi_group_change()
868 if (unlikely((state_mask & PSI_ONCPU) && cpu_curr(cpu)->in_memstall)) in psi_group_change()
944 PSI_ONCPU) { in psi_task_switch()