Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dpsi.c809 if (unlikely(clear & TSK_ONCPU)) { in psi_group_change()
811 clear &= ~TSK_ONCPU; in psi_group_change()
812 } else if (unlikely(set & TSK_ONCPU)) { in psi_group_change()
814 set &= ~TSK_ONCPU; in psi_group_change()
934 psi_flags_change(next, 0, TSK_ONCPU); in psi_task_switch()
948 psi_group_change(group, cpu, 0, TSK_ONCPU, true); in psi_task_switch()
953 int clear = TSK_ONCPU, set = 0; in psi_task_switch()
995 if ((prev->psi_flags ^ next->psi_flags) & ~TSK_ONCPU) { in psi_task_switch()
996 clear &= ~TSK_ONCPU; in psi_task_switch()
/openbmc/linux/include/linux/
H A Dpsi_types.h38 #define TSK_ONCPU (1 << NR_PSI_TASK_COUNTS) macro