Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
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()
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()
Dprocess_64.c558 __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()
Dprocess.h7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
Dprocess.c652 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/
Daudio_helper.c92 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/
Dsoc-dapm.h796 #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/
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()
/linux-6.1.9/sound/soc/
Dsoc-dapm.c2497 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()