Home
last modified time | relevance | path

Searched refs:next_task (Results 1 – 3 of 3) sorted by relevance

/arch/arc/kernel/
Dctx_sw.c21 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() argument
25 unsigned int next = (unsigned int)next_task; in __switch_to()
/arch/ia64/include/asm/
Dswitch_to.h29 extern struct task_struct *ia64_switch_to (void *next_task);
Dmmu_context.h197 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) argument