Searched refs:next_p (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/x86/kernel/ |
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() 184 switch_to_extra(prev_p, next_p); in __switch_to() 191 arch_end_context_switch(next_p); in __switch_to() 198 update_task_stack(next_p); in __switch_to() 201 (unsigned long)task_stack_page(next_p) + in __switch_to() 210 this_cpu_write(current_task, next_p); in __switch_to()
|
D | process_64.c | 558 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 561 struct thread_struct *next = &next_p->thread; in __switch_to() 589 arch_end_context_switch(next_p); in __switch_to() 620 this_cpu_write(current_task, next_p); in __switch_to() 621 this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to() 626 update_task_stack(next_p); in __switch_to() 628 switch_to_extra(prev_p, next_p); in __switch_to()
|
D | process.h | 7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
|
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_task_thread_flags(next_p); 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()
|
/linux-6.1.9/drivers/staging/greybus/ |
D | audio_helper.c | 92 struct snd_soc_dapm_path *p, *next_p; in gbaudio_dapm_free_widget() local 102 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in gbaudio_dapm_free_widget()
|
/linux-6.1.9/include/sound/ |
D | soc-dapm.h | 796 #define snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) \ argument 797 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
|
/linux-6.1.9/drivers/scsi/sym53c8xx_2/ |
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-6.1.9/sound/soc/ |
D | soc-dapm.c | 2497 struct snd_soc_dapm_path *p, *next_p; in snd_soc_dapm_free_widget() local 2508 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in snd_soc_dapm_free_widget()
|