Searched refs:TSK_ONCPU (Results 1 – 2 of 2) sorted by relevance
716 if (unlikely(clear & TSK_ONCPU)) { in psi_group_change()718 clear &= ~TSK_ONCPU; in psi_group_change()719 } else if (unlikely(set & TSK_ONCPU)) { in psi_group_change()721 set &= ~TSK_ONCPU; in psi_group_change()845 psi_flags_change(next, 0, TSK_ONCPU); in psi_task_switch()859 psi_group_change(group, cpu, 0, TSK_ONCPU, now, true); in psi_task_switch()864 int clear = TSK_ONCPU, set = 0; in psi_task_switch()906 if ((prev->psi_flags ^ next->psi_flags) & ~TSK_ONCPU) { in psi_task_switch()907 clear &= ~TSK_ONCPU; in psi_task_switch()
38 #define TSK_ONCPU (1 << NR_PSI_TASK_COUNTS) macro