Searched refs:next_p (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | process_32.c | 155 __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(pcpu_hot.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 D | process_64.c | 610 __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(pcpu_hot.current_task, next_p); in __switch_to() 672 raw_cpu_write(pcpu_hot.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 D | process.h | 7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
|
/linux/drivers/staging/greybus/ |
H A D | audio_helper.c | 92 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/include/sound/ |
H A D | soc-dapm.h | 804 #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])
|
/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 87 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/sound/soc/ |
H A D | soc-dapm.c | 2554 struct snd_soc_dapm_path *p, *next_p; in snd_soc_dapm_free_widget() local 2568 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in snd_soc_dapm_free_widget()
|