Searched refs:next_p (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/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() 267 switch_to_extra(prev_p, next_p); in __switch_to() 274 arch_end_context_switch(next_p); in __switch_to() 281 update_task_stack(next_p); in __switch_to() 284 (unsigned long)task_stack_page(next_p) + in __switch_to() 293 this_cpu_write(current_task, next_p); in __switch_to()
|
| D | process_64.c | 504 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 507 struct thread_struct *next = &next_p->thread; in __switch_to() 536 arch_end_context_switch(next_p); in __switch_to() 565 this_cpu_write(current_task, next_p); in __switch_to() 566 this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to() 571 update_task_stack(next_p); in __switch_to() 573 switch_to_extra(prev_p, next_p); in __switch_to()
|
| D | process.c | 498 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to_xtra() argument 504 next = &next_p->thread; in __switch_to_xtra() 506 tifn = READ_ONCE(task_thread_info(next_p)->flags); in __switch_to_xtra() 510 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra() 533 tifn = speculation_ctrl_update_tif(next_p); in __switch_to_xtra()
|
| D | process.h | 7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
|
| /Linux-v5.4/include/sound/ |
| D | soc-dapm.h | 768 #define snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) \ argument 769 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
|
| /Linux-v5.4/drivers/scsi/sym53c8xx_2/ |
| 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-v5.4/sound/soc/ |
| D | soc-dapm.c | 2463 struct snd_soc_dapm_path *p, *next_p; in snd_soc_dapm_free_widget() local 2473 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in snd_soc_dapm_free_widget()
|