Searched refs:next_p (Results 1 – 3 of 3) sorted by relevance
155 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument158 *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()
7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
87 char *next_p; in sym2_setup_params() local88 int val = (int) simple_strtoul(p, &next_p, 0); in sym2_setup_params()90 p = next_p; in sym2_setup_params()