next_p 490 arch/x86/kernel/process.c void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) next_p 496 arch/x86/kernel/process.c next = &next_p->thread; next_p 498 arch/x86/kernel/process.c tifn = READ_ONCE(task_thread_info(next_p)->flags); next_p 502 arch/x86/kernel/process.c propagate_user_return_notify(prev_p, next_p); next_p 525 arch/x86/kernel/process.c tifn = speculation_ctrl_update_tif(next_p); next_p 7 arch/x86/kernel/process.h void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p); next_p 228 arch/x86/kernel/process_32.c __switch_to(struct task_struct *prev_p, struct task_struct *next_p) next_p 231 arch/x86/kernel/process_32.c *next = &next_p->thread; next_p 267 arch/x86/kernel/process_32.c switch_to_extra(prev_p, next_p); next_p 274 arch/x86/kernel/process_32.c arch_end_context_switch(next_p); next_p 281 arch/x86/kernel/process_32.c update_task_stack(next_p); next_p 284 arch/x86/kernel/process_32.c (unsigned long)task_stack_page(next_p) + next_p 293 arch/x86/kernel/process_32.c this_cpu_write(current_task, next_p); next_p 504 arch/x86/kernel/process_64.c __switch_to(struct task_struct *prev_p, struct task_struct *next_p) next_p 507 arch/x86/kernel/process_64.c struct thread_struct *next = &next_p->thread; next_p 536 arch/x86/kernel/process_64.c arch_end_context_switch(next_p); next_p 565 arch/x86/kernel/process_64.c this_cpu_write(current_task, next_p); next_p 566 arch/x86/kernel/process_64.c this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); next_p 571 arch/x86/kernel/process_64.c update_task_stack(next_p); next_p 573 arch/x86/kernel/process_64.c switch_to_extra(prev_p, next_p); next_p 87 drivers/scsi/sym53c8xx_2/sym_glue.c char *next_p; next_p 88 drivers/scsi/sym53c8xx_2/sym_glue.c int val = (int) simple_strtoul(p, &next_p, 0); next_p 90 drivers/scsi/sym53c8xx_2/sym_glue.c p = next_p; next_p 768 include/sound/soc-dapm.h #define snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) \ next_p 769 include/sound/soc-dapm.h list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir]) next_p 2483 sound/soc/soc-dapm.c struct snd_soc_dapm_path *p, *next_p; next_p 2493 sound/soc/soc-dapm.c snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p)