Home
last modified time | relevance | path

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

/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()
182 switch_to_extra(prev_p, next_p); in __switch_to()
189 arch_end_context_switch(next_p); in __switch_to()
196 update_task_stack(next_p); in __switch_to()
199 (unsigned long)task_stack_page(next_p) + in __switch_to()
208 raw_cpu_write(current_task, next_p); in __switch_to()
211 resctrl_arch_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);
/linux/sound/soc/
H A Dsoc-dapm.c2852 struct snd_soc_dapm_path *p, *next_p; in snd_soc_dapm_free_widget() local
2866 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in snd_soc_dapm_free_widget()