Home
last modified time | relevance | path

Searched refs:next_p (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/x86_64/kernel/
Dprocess.c561 struct task_struct *__switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument
564 *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()
/linux-2.4.37.9/arch/i386/kernel/
Dprocess.c647 void fastcall __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() argument
650 *next = &next_p->thread; in __switch_to()
/linux-2.4.37.9/drivers/usb/host/
Dehci-sched.c73 union ehci_shadow *next_p; in periodic_unlink() local
91 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()