Home
last modified time | relevance | path

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

/openbmc/linux/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()
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 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
215 resctrl_sched_in(next_p); in __switch_to()
H A Dprocess_64.c561 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument
564 struct thread_struct *next = &next_p->thread; in __switch_to()
592 arch_end_context_switch(next_p); in __switch_to()
623 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
624 raw_cpu_write(pcpu_hot.top_of_stack, task_top_of_stack(next_p)); in __switch_to()
629 update_task_stack(next_p); in __switch_to()
631 switch_to_extra(prev_p, next_p); in __switch_to()
662 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.c692 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to_xtra() argument
696 tifn = read_task_thread_flags(next_p); in __switch_to_xtra()
701 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra()
724 tifn = speculation_ctrl_update_tif(next_p); in __switch_to_xtra()
/openbmc/linux/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()
/openbmc/linux/include/sound/
H A Dsoc-dapm.h804 #define snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) \ argument
805 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
/openbmc/linux/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()
/openbmc/linux/sound/soc/
H A Dsoc-dapm.c2496 struct snd_soc_dapm_path *p, *next_p; in snd_soc_dapm_free_widget() local
2510 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in snd_soc_dapm_free_widget()