Searched refs:next_p (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
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() 252 fpu = switch_fpu_prepare(prev_p, next_p, cpu); in __switch_to() 286 this_cpu_write(__preempt_count, task_thread_info(next_p)->saved_preempt_count); in __switch_to() 292 task_thread_info(next_p)->flags & _TIF_WORK_CTXSW_NEXT)) in __switch_to() 293 __switch_to_xtra(prev_p, next_p, tss); in __switch_to() 302 arch_end_context_switch(next_p); in __switch_to() 310 (unsigned long)task_stack_page(next_p) + in __switch_to() 313 (unsigned long)task_stack_page(next_p) + in __switch_to() 322 switch_fpu_finish(next_p, fpu); in __switch_to() [all …]
|
D | process.c | 228 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p, in __switch_to_xtra() argument 234 next = &next_p->thread; in __switch_to_xtra() 237 test_tsk_thread_flag(next_p, TIF_BLOCKSTEP)) { in __switch_to_xtra() 241 if (test_tsk_thread_flag(next_p, TIF_BLOCKSTEP)) in __switch_to_xtra() 248 test_tsk_thread_flag(next_p, TIF_NOTSC)) { in __switch_to_xtra() 250 if (test_tsk_thread_flag(next_p, TIF_NOTSC)) in __switch_to_xtra() 256 if (test_tsk_thread_flag(next_p, TIF_IO_BITMAP)) { in __switch_to_xtra() 269 propagate_user_return_notify(prev_p, next_p); in __switch_to_xtra()
|
D | process_64.c | 274 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument 277 struct thread_struct *next = &next_p->thread; in __switch_to() 283 fpu = switch_fpu_prepare(prev_p, next_p, cpu); in __switch_to() 306 arch_end_context_switch(next_p); in __switch_to() 395 switch_fpu_finish(next_p, fpu); in __switch_to() 400 this_cpu_write(current_task, next_p); in __switch_to() 408 this_cpu_write(__preempt_count, task_thread_info(next_p)->saved_preempt_count); in __switch_to() 414 (unsigned long)task_stack_page(next_p) + THREAD_SIZE); in __switch_to() 419 if (unlikely(task_thread_info(next_p)->flags & _TIF_WORK_CTXSW_NEXT || in __switch_to() 421 __switch_to_xtra(prev_p, next_p, tss); in __switch_to()
|
/linux-4.1.27/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.1.27/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.1.27/sound/soc/ |
D | soc-dapm.c | 2180 struct snd_soc_dapm_path *p, *next_p; in dapm_free_widgets() local 2191 list_for_each_entry_safe(p, next_p, &w->sources, list_sink) in dapm_free_widgets() 2194 list_for_each_entry_safe(p, next_p, &w->sinks, list_source) in dapm_free_widgets()
|