Searched refs:prev_p (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dprocess.h7 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p);
H A Dprocess_32.c155 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) argument
157 struct thread_struct *prev = &prev_p->thread,
163 if (!test_tsk_thread_flag(prev_p, TIF_NEED_FPU_LOAD))
164 switch_fpu_prepare(prev_p, cpu);
183 switch_to_extra(prev_p, next_p);
216 return prev_p;
H A Dprocess_64.c235 static __always_inline void save_base_legacy(struct task_struct *prev_p, argument
268 prev_p->thread.fsbase = 0;
270 prev_p->thread.gsbase = 0;
610 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) argument
612 struct thread_struct *prev = &prev_p->thread;
619 if (!test_tsk_thread_flag(prev_p, TIF_NEED_FPU_LOAD))
620 switch_fpu_prepare(prev_p, cpu);
627 save_fsgs(prev_p);
679 switch_to_extra(prev_p, next_p);
712 return prev_p;
[all...]
H A Dprocess.c692 void __switch_to_xtra(struct task_struct *prev_p, struct task_struct *next_p) argument
697 tifp = read_task_thread_flags(prev_p);
701 propagate_user_return_notify(prev_p, next_p);
723 speculation_ctrl_update_tif(prev_p);
/linux-master/drivers/usb/host/
H A Dohci-q.c153 __hc32 *prev_p = &ohci->hcca->int_table [i]; local
164 prev_p = &here->hwNextED;
170 ed->hwNextED = *prev_p;
173 *prev_p = cpu_to_hc32(ohci, ed->dma);
277 __hc32 *prev_p = &ohci->hcca->int_table [i]; local
280 prev_p = &temp->hwNextED;
284 *prev_p = ed->hwNextED;
H A Dehci-sched.c65 union ehci_shadow *prev_p = &ehci->pshadow[frame]; local
67 union ehci_shadow here = *prev_p;
71 prev_p = periodic_next_shadow(ehci, prev_p,
75 here = *prev_p;
84 *prev_p = *periodic_next_shadow(ehci, &here,
H A Doxu210hp-hcd.c2244 union ehci_shadow *prev_p = &oxu->pshadow[frame]; local
2246 union ehci_shadow here = *prev_p;
2250 prev_p = periodic_next_shadow(prev_p, Q_NEXT_TYPE(*hw_p));
2252 here = *prev_p;
2261 *prev_p = *periodic_next_shadow(&here, Q_NEXT_TYPE(*hw_p));
/linux-master/tools/perf/
H A Dbuiltin-timechart.c462 struct per_pid *p = NULL, *prev_p; local
464 prev_p = find_create_pid(tchart, prev_pid);
468 if (prev_p->current && prev_p->current->state != TYPE_NONE)
470 prev_p->current->state_since, timestamp,
482 if (prev_p->current) {
483 prev_p->current->state = TYPE_NONE;
484 prev_p->current->state_since = timestamp;
486 prev_p->current->state = TYPE_BLOCKED;
488 prev_p
[all...]
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c3300 union fotg210_shadow *prev_p = &fotg210->pshadow[frame]; local
3302 union fotg210_shadow here = *prev_p;
3306 prev_p = periodic_next_shadow(fotg210, prev_p,
3310 here = *prev_p;
3319 *prev_p = *periodic_next_shadow(fotg210, &here,

Completed in 189 milliseconds