Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
A Dpsi.c783 if (unlikely(clear & TSK_ONCPU)) { in psi_group_change()
785 clear &= ~TSK_ONCPU; in psi_group_change()
786 } else if (unlikely(set & TSK_ONCPU)) { in psi_group_change()
788 set &= ~TSK_ONCPU; in psi_group_change()
912 psi_flags_change(next, 0, TSK_ONCPU); in psi_task_switch()
926 psi_group_change(group, cpu, 0, TSK_ONCPU, now, true); in psi_task_switch()
931 int clear = TSK_ONCPU, set = 0; in psi_task_switch()
973 if ((prev->psi_flags ^ next->psi_flags) & ~TSK_ONCPU) { in psi_task_switch()
974 clear &= ~TSK_ONCPU; in psi_task_switch()
/linux-6.3-rc2/include/linux/
A Dpsi_types.h38 #define TSK_ONCPU (1 << NR_PSI_TASK_COUNTS) macro

Completed in 7 milliseconds