Lines Matching refs:next_p
242 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument
245 *next = &next_p->thread; in __switch_to()
252 fpu = switch_fpu_prepare(prev_p, next_p, cpu); in __switch_to()
286 this_cpu_write(__preempt_count, task_thread_info(next_p)->saved_preempt_count); in __switch_to()
292 task_thread_info(next_p)->flags & _TIF_WORK_CTXSW_NEXT)) in __switch_to()
293 __switch_to_xtra(prev_p, next_p, tss); in __switch_to()
302 arch_end_context_switch(next_p); in __switch_to()
310 (unsigned long)task_stack_page(next_p) + in __switch_to()
313 (unsigned long)task_stack_page(next_p) + in __switch_to()
322 switch_fpu_finish(next_p, fpu); in __switch_to()
324 this_cpu_write(current_task, next_p); in __switch_to()