Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dpsi.c806 if (unlikely(clear & TSK_ONCPU)) { in psi_group_change()
808 clear &= ~TSK_ONCPU; in psi_group_change()
809 } else if (unlikely(set & TSK_ONCPU)) { in psi_group_change()
811 set &= ~TSK_ONCPU; in psi_group_change()
935 psi_flags_change(next, 0, TSK_ONCPU); in psi_task_switch()
949 psi_group_change(group, cpu, 0, TSK_ONCPU, now, true); in psi_task_switch()
954 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()
/linux-6.6.21/include/linux/
Dpsi_types.h38 #define TSK_ONCPU (1 << NR_PSI_TASK_COUNTS) macro