Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dprocess_32.c155 __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()
H A Dprocess.h7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c87 char *next_p; in sym2_setup_params() local
88 int val = (int) simple_strtoul(p, &next_p, 0); in sym2_setup_params()
90 p = next_p; in sym2_setup_params()