Searched refs:next_p (Results 1 – 8 of 8) sorted by relevance
/linux/arch/x86/kernel/ |
A D | process_32.c | 158 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 161 *next = &next_p->thread; in __switch_to() 187 switch_to_extra(prev_p, next_p); in __switch_to() 194 arch_end_context_switch(next_p); in __switch_to() 201 update_task_stack(next_p); in __switch_to() 204 (unsigned long)task_stack_page(next_p) + in __switch_to() 213 this_cpu_write(current_task, next_p); in __switch_to()
|
A D | process_64.c | 557 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 560 struct thread_struct *next = &next_p->thread; in __switch_to() 588 arch_end_context_switch(next_p); in __switch_to() 619 this_cpu_write(current_task, next_p); in __switch_to() 620 this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to() 625 update_task_stack(next_p); in __switch_to() 627 switch_to_extra(prev_p, next_p); in __switch_to()
|
A D | process.c | 652 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to_xtra() argument 656 tifn = READ_ONCE(task_thread_info(next_p)->flags); in __switch_to_xtra() 661 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra() 684 tifn = speculation_ctrl_update_tif(next_p); in __switch_to_xtra()
|
A D | process.h | 7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
|
/linux/drivers/staging/greybus/ |
A D | audio_helper.c | 93 struct snd_soc_dapm_path *p, *next_p; in gbaudio_dapm_free_widget() local 103 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in gbaudio_dapm_free_widget()
|
/linux/include/sound/ |
A D | soc-dapm.h | 795 #define snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) \ argument 796 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
|
/linux/drivers/scsi/sym53c8xx_2/ |
A D | sym_glue.c | 87 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()
|
/linux/sound/soc/ |
A D | soc-dapm.c | 2489 struct snd_soc_dapm_path *p, *next_p; in snd_soc_dapm_free_widget() local 2500 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in snd_soc_dapm_free_widget()
|
Completed in 21 milliseconds