Searched refs:kf_tasks (Results 1 – 2 of 2) sorted by relevance
151 struct task_struct *kf_tasks[2]; /* see SCX_CALL_OP_TASK() */ member
1193 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()