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