Searched refs:next_task (Results 1 – 3 of 3) sorted by relevance
21 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() argument25 unsigned int next = (unsigned int)next_task; in __switch_to()
29 extern struct task_struct *ia64_switch_to (void *next_task);
197 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) argument