Searched defs:next_task (Results 1 – 6 of 6) sorted by relevance
23 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to()
195 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) argument
335 bcom_set_task_auto_start(int task, int next_task) in bcom_set_task_auto_start()
1498 struct task_struct *next_task; in push_dl_task() local
1717 struct task_struct *next_task; in push_rt_task() local
2659 #define next_task(p) \ macro