Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dext.h151 struct task_struct *kf_tasks[2]; /* see SCX_CALL_OP_TASK() */ member
/linux/kernel/sched/
H A Dext.c1338 current->scx.kf_tasks[0] = task; \
1340 current->scx.kf_tasks[0] = NULL; \
1347 current->scx.kf_tasks[0] = task; \
1349 current->scx.kf_tasks[0] = NULL; \
1357 current->scx.kf_tasks[0] = task0; \
1358 current->scx.kf_tasks[1] = task1; \
1360 current->scx.kf_tasks[0] = NULL; \
1361 current->scx.kf_tasks[1] = NULL; \
1403 if (unlikely((p != current->scx.kf_tasks[0] && in scx_kf_allowed_on_arg_tasks()
1404 p != current->scx.kf_tasks[ in scx_kf_allowed_on_arg_tasks()
[all...]