Searched refs:TSK_ONCPU (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/linux/ |
D | psi_types.h | 31 #define TSK_ONCPU (1 << NR_ONCPU) macro
|
/Linux-v5.10/kernel/sched/ |
D | psi.c | 818 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()
|
D | stats.h | 102 clear |= TSK_ONCPU; in psi_dequeue()
|