Searched refs:next_p (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | process.c | 191 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p, in __switch_to_xtra() argument 197 next = &next_p->thread; in __switch_to_xtra() 200 test_tsk_thread_flag(next_p, TIF_BLOCKSTEP)) { in __switch_to_xtra() 204 if (test_tsk_thread_flag(next_p, TIF_BLOCKSTEP)) in __switch_to_xtra() 211 test_tsk_thread_flag(next_p, TIF_NOTSC)) { in __switch_to_xtra() 213 if (test_tsk_thread_flag(next_p, TIF_NOTSC)) in __switch_to_xtra() 219 if (test_tsk_thread_flag(next_p, TIF_IO_BITMAP)) { in __switch_to_xtra() 232 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra()
|
D | process_32.c | 242 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 245 *next = &next_p->thread; in __switch_to() 286 task_thread_info(next_p)->flags & _TIF_WORK_CTXSW_NEXT)) in __switch_to() 287 __switch_to_xtra(prev_p, next_p, tss); in __switch_to() 296 arch_end_context_switch(next_p); in __switch_to() 304 (unsigned long)task_stack_page(next_p) + in __switch_to() 315 this_cpu_write(current_task, next_p); in __switch_to()
|
D | process_64.c | 275 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 278 struct thread_struct *next = &next_p->thread; in __switch_to() 309 arch_end_context_switch(next_p); in __switch_to() 403 this_cpu_write(current_task, next_p); in __switch_to() 411 if (unlikely(task_thread_info(next_p)->flags & _TIF_WORK_CTXSW_NEXT || in __switch_to() 413 __switch_to_xtra(prev_p, next_p, tss); in __switch_to()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | switch_to.h | 8 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p,
|
/linux-4.4.14/include/sound/ |
D | soc-dapm.h | 718 #define snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) \ argument 719 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
|
/linux-4.4.14/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-4.4.14/sound/soc/ |
D | soc-dapm.c | 2284 struct snd_soc_dapm_path *p, *next_p; in snd_soc_dapm_free_widget() local 2294 snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) in snd_soc_dapm_free_widget()
|