Searched refs:kf_tasks (Results 1 – 2 of 2) sorted by relevance
150 struct task_struct *kf_tasks[2]; /* see SCX_CALL_OP_TASK() */ member
1122 current->scx.kf_tasks[0] = task; \1124 current->scx.kf_tasks[0] = NULL; \1131 current->scx.kf_tasks[0] = task; \1133 current->scx.kf_tasks[0] = NULL; \1141 current->scx.kf_tasks[0] = task0; \1142 current->scx.kf_tasks[1] = task1; \1144 current->scx.kf_tasks[0] = NULL; \1145 current->scx.kf_tasks[1] = NULL; \1187 if (unlikely((p != current->scx.kf_tasks[0] && in scx_kf_allowed_on_arg_tasks()1188 p != current->scx.kf_tasks[1]))) { in scx_kf_allowed_on_arg_tasks()