Searched refs:next_p (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/x86/kernel/ |
D | process_32.c | 228 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 231 *next = &next_p->thread; in __switch_to() 271 task_thread_info(next_p)->flags & _TIF_WORK_CTXSW_NEXT)) in __switch_to() 272 __switch_to_xtra(prev_p, next_p, tss); in __switch_to() 281 arch_end_context_switch(next_p); in __switch_to() 288 update_task_stack(next_p); in __switch_to() 291 (unsigned long)task_stack_page(next_p) + in __switch_to() 302 this_cpu_write(current_task, next_p); in __switch_to()
|
D | process_64.c | 418 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 421 struct thread_struct *next = &next_p->thread; in __switch_to() 452 arch_end_context_switch(next_p); in __switch_to() 486 this_cpu_write(current_task, next_p); in __switch_to() 487 this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to() 490 update_task_stack(next_p); in __switch_to() 495 if (unlikely(task_thread_info(next_p)->flags & _TIF_WORK_CTXSW_NEXT || in __switch_to() 497 __switch_to_xtra(prev_p, next_p, tss); in __switch_to()
|
D | process.c | 422 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p, in __switch_to_xtra() argument 429 next = &next_p->thread; in __switch_to_xtra() 431 tifn = READ_ONCE(task_thread_info(next_p)->flags); in __switch_to_xtra() 435 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | switch_to.h | 15 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p,
|
/Linux-v4.19/include/sound/ |
D | soc-dapm.h | 764 #define snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) \ argument 765 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
|
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 100 char *next_p; in sym2_setup_params() local 101 int val = (int) simple_strtoul(p, &next_p, 0); in sym2_setup_params() 103 p = next_p; in sym2_setup_params()
|
/Linux-v4.19/sound/soc/ |
D | soc-dapm.c | 2407 struct snd_soc_dapm_path *p, *next_p; in snd_soc_dapm_free_widget() local 2417 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in snd_soc_dapm_free_widget()
|