Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dpsi.c813 if (unlikely(clear & TSK_ONCPU)) { in psi_group_change()
815 clear &= ~TSK_ONCPU; in psi_group_change()
816 } else if (unlikely(set & TSK_ONCPU)) { in psi_group_change()
818 set &= ~TSK_ONCPU; in psi_group_change()
937 psi_flags_change(next, 0, TSK_ONCPU); in psi_task_switch()
950 psi_group_change(group, cpu, 0, TSK_ONCPU, now, true); in psi_task_switch()
955 int clear = TSK_ONCPU, set = 0; in psi_task_switch()
996 if ((prev->psi_flags ^ next->psi_flags) & ~TSK_ONCPU) { in psi_task_switch()
997 clear &= ~TSK_ONCPU; in psi_task_switch()
H A Dstats.h189 if ((flags & DEQUEUE_SLEEP) && (p->psi_flags & TSK_ONCPU)) in psi_dequeue()
/linux/include/linux/
H A Dpsi_types.h38 #define TSK_ONCPU (1 << NR_PSI_TASK_COUNTS) macro