Searched refs:next_p (Results 1 – 4 of 4) sorted by relevance
| /arch/x86/kernel/ |
| A D | process_32.c | 155 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 158 *next = &next_p->thread; in __switch_to() 182 switch_to_extra(prev_p, next_p); in __switch_to() 189 arch_end_context_switch(next_p); in __switch_to() 196 update_task_stack(next_p); in __switch_to() 199 (unsigned long)task_stack_page(next_p) + in __switch_to() 208 raw_cpu_write(current_task, next_p); in __switch_to() 211 resctrl_arch_sched_in(next_p); in __switch_to()
|
| A D | process_64.c | 611 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 614 struct thread_struct *next = &next_p->thread; in __switch_to() 640 arch_end_context_switch(next_p); in __switch_to() 671 raw_cpu_write(current_task, next_p); in __switch_to() 672 raw_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to() 675 update_task_stack(next_p); in __switch_to() 677 switch_to_extra(prev_p, next_p); in __switch_to() 708 resctrl_arch_sched_in(next_p); in __switch_to()
|
| A D | process.h | 7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
|
| A D | process.c | 707 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to_xtra() argument 711 tifn = read_task_thread_flags(next_p); in __switch_to_xtra() 716 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra() 739 tifn = speculation_ctrl_update_tif(next_p); in __switch_to_xtra()
|
Completed in 11 milliseconds