Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dext.h151 struct task_struct *kf_tasks[2]; /* see SCX_CALL_OP_TASK() */ member
/linux-6.15/kernel/sched/
H A Dext.c1193 current->scx.kf_tasks[0] = task; \
1195 current->scx.kf_tasks[0] = NULL; \
1202 current->scx.kf_tasks[0] = task; \
1204 current->scx.kf_tasks[0] = NULL; \
1212 current->scx.kf_tasks[0] = task0; \
1213 current->scx.kf_tasks[1] = task1; \
1215 current->scx.kf_tasks[0] = NULL; \
1216 current->scx.kf_tasks[1] = NULL; \
1258 if (unlikely((p != current->scx.kf_tasks[0] && in scx_kf_allowed_on_arg_tasks()
1259 p != current->scx.kf_tasks[1]))) { in scx_kf_allowed_on_arg_tasks()