Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Dprocess_32.c158 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument
161 *next = &next_p->thread; in __switch_to()
186 switch_to_extra(prev_p, next_p); in __switch_to()
193 arch_end_context_switch(next_p); in __switch_to()
200 update_task_stack(next_p); in __switch_to()
203 (unsigned long)task_stack_page(next_p) + in __switch_to()
212 this_cpu_write(current_task, next_p); in __switch_to()
214 switch_fpu_finish(next_p); in __switch_to()
Dprocess_64.c534 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument
537 struct thread_struct *next = &next_p->thread; in __switch_to()
564 arch_end_context_switch(next_p); in __switch_to()
593 this_cpu_write(current_task, next_p); in __switch_to()
594 this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to()
596 switch_fpu_finish(next_p); in __switch_to()
599 update_task_stack(next_p); in __switch_to()
601 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.c625 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to_xtra() argument
629 tifn = READ_ONCE(task_thread_info(next_p)->flags); in __switch_to_xtra()
634 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra()
657 tifn = speculation_ctrl_update_tif(next_p); in __switch_to_xtra()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/sound/
Dsoc-dapm.h795 #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])
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/sound/soc/
Dsoc-dapm.c2488 struct snd_soc_dapm_path *p, *next_p; in snd_soc_dapm_free_widget() local
2499 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in snd_soc_dapm_free_widget()