Lines Matching refs:kf_tasks
2257 WARN_ON_ONCE(current->scx.kf_tasks[0]); \
2258 current->scx.kf_tasks[0] = task; \
2260 current->scx.kf_tasks[0] = NULL; \
2285 WARN_ON_ONCE(current->scx.kf_tasks[0]); \
2286 current->scx.kf_tasks[0] = task; \
2288 current->scx.kf_tasks[0] = NULL; \
2295 WARN_ON_ONCE(current->scx.kf_tasks[0]); \
2296 current->scx.kf_tasks[0] = task0; \
2297 current->scx.kf_tasks[1] = task1; \
2299 current->scx.kf_tasks[0] = NULL; \
2300 current->scx.kf_tasks[1] = NULL; \
2308 if (unlikely((p != current->scx.kf_tasks[0] && in scx_kf_arg_task_ok()
2309 p != current->scx.kf_tasks[1]))) { in scx_kf_arg_task_ok()