Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpsi_types.h31 #define TSK_ONCPU (1 << NR_ONCPU) macro
/Linux-v5.10/kernel/sched/
Dpsi.c818 psi_flags_change(next, 0, TSK_ONCPU); in psi_task_switch()
833 psi_group_change(group, cpu, 0, TSK_ONCPU, true); in psi_task_switch()
846 psi_flags_change(prev, TSK_ONCPU, 0); in psi_task_switch()
850 psi_group_change(group, cpu, TSK_ONCPU, 0, true); in psi_task_switch()
985 task_flags |= TSK_ONCPU; in cgroup_move_task()
Dstats.h102 clear |= TSK_ONCPU; in psi_dequeue()