Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A 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()
183 switch_to_extra(prev_p, next_p); in __switch_to()
190 arch_end_context_switch(next_p); in __switch_to()
197 update_task_stack(next_p); in __switch_to()
200 (unsigned long)task_stack_page(next_p) + in __switch_to()
209 raw_cpu_write(current_task, next_p); in __switch_to()
211 switch_fpu_finish(next_p); in __switch_to()
214 resctrl_sched_in(next_p); in __switch_to()
H A Dprocess_64.c610 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument
613 struct thread_struct *next = &next_p->thread; in __switch_to()
640 arch_end_context_switch(next_p); in __switch_to()
671 raw_cpu_write(current_task, next_p); in __switch_to()
672 raw_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to()
674 switch_fpu_finish(next_p); in __switch_to()
677 update_task_stack(next_p); in __switch_to()
679 switch_to_extra(prev_p, next_p); in __switch_to()
710 resctrl_sched_in(next_p); in __switch_to()
H A Dprocess.h7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
H A Dprocess.c698 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to_xtra() argument
702 tifn = read_task_thread_flags(next_p); in __switch_to_xtra()
707 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra()
730 tifn = speculation_ctrl_update_tif(next_p); in __switch_to_xtra()
/linux-6.15/drivers/staging/greybus/
H A 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.15/include/sound/
H A Dsoc-dapm.h791 #define snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) \ argument
792 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
/linux-6.15/drivers/scsi/sym53c8xx_2/
H A 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.15/sound/soc/
H A Dsoc-dapm.c2552 struct snd_soc_dapm_path *p, *next_p; in snd_soc_dapm_free_widget() local
2566 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in snd_soc_dapm_free_widget()