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.h201 struct task_struct *kf_tasks[2]; /* see SCX_CALL_OP_TASK() */ member
/linux/kernel/sched/
H A Dext.c520 WARN_ON_ONCE(current->scx.kf_tasks[0]); \
521 current->scx.kf_tasks[0] = task; \
523 current->scx.kf_tasks[0] = NULL; \
529 WARN_ON_ONCE(current->scx.kf_tasks[0]); \
530 current->scx.kf_tasks[0] = task; \
532 current->scx.kf_tasks[0] = NULL; \
539 WARN_ON_ONCE(current->scx.kf_tasks[0]); \
540 current->scx.kf_tasks[0] = task0; \
541 current->scx.kf_tasks[1] = task1; \
543 current->scx.kf_tasks[0] = NULL; \
[all …]