Searched refs:next_p (Results 1 – 3 of 3) sorted by relevance
561 struct task_struct *__switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument564 *next = &next_p->thread; in __switch_to()630 write_pda(pcurrent, next_p); in __switch_to()631 write_pda(kernelstack, (unsigned long)next_p + THREAD_SIZE - PDA_STACKOFFSET); in __switch_to()
647 void fastcall __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument650 *next = &next_p->thread; in __switch_to()
73 union ehci_shadow *next_p; in periodic_unlink() local91 next_p = periodic_next_shadow (&here, Q_NEXT_TYPE (*hw_p)); in periodic_unlink()95 *prev_p = *next_p; in periodic_unlink()96 next_p->ptr = 0; in periodic_unlink()