Searched defs:next_task (Results 1 – 7 of 7) sorted by relevance
21 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to()
197 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) argument
2034 struct task_struct *next_task = pick_next_pushable_task(rq); in find_lock_lowest_rq() local2062 struct task_struct *next_task; in push_rt_task() local2631 struct task_struct *next_task = busiest_rq->rt_push_task; in rt_active_load_balance_cpu_stop() local
2094 struct task_struct *next_task; in find_lock_later_rq() local2135 struct task_struct *next_task; in push_dl_task() local
335 bcom_set_task_auto_start(int task, int next_task) in bcom_set_task_auto_start()
200 struct cmdq_task *next_task; in cmdq_task_handle_error() local
591 #define next_task(p) \ macro