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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dprocess.c528 static inline void __switch_to_xtra(struct task_struct *prev_p, argument
534 prev = &prev_p->thread,
554 } else if (test_tsk_thread_flag(prev_p, TIF_IO_BITMAP)) {
572 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) argument
574 struct thread_struct *prev = &prev_p->thread,
640 unlazy_fpu(prev_p);
664 || test_tsk_thread_flag(prev_p, TIF_IO_BITMAP))
665 __switch_to_xtra(prev_p, next_p, tss);
673 return prev_p;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dprocess.c592 static inline void disable_tsc(struct task_struct *prev_p, argument
601 prev = task_thread_info(prev_p);
642 struct task_struct fastcall * __switch_to(struct task_struct *prev_p, struct task_struct *next_p) argument
644 struct thread_struct *prev = &prev_p->thread,
651 __unlazy_fpu(prev_p);
693 || test_tsk_thread_flag(prev_p, TIF_IO_BITMAP)))
696 disable_tsc(prev_p, next_p);
722 return prev_p;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-q.c141 __hc32 *prev_p = &ohci->hcca->int_table [i]; local
152 prev_p = &here->hwNextED;
158 ed->hwNextED = *prev_p;
161 *prev_p = cpu_to_hc32(ohci, ed->dma);
266 __hc32 *prev_p = &ohci->hcca->int_table [i]; local
269 prev_p = &temp->hwNextED;
273 *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 (prev_p, Q_NEXT_TYPE (*hw_p));
73 here = *prev_p;
82 *prev_p = *periodic_next_shadow (&here, Q_NEXT_TYPE (*hw_p));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c9857 struct aic7xxx_host *prev_p; local
9861 prev_p = vlb = pci = NULL;
9886 prev_p = NULL;
9890 prev_p = current_p;
9893 if (prev_p != NULL)
9895 prev_p->next = temp_p;
9897 prev_p->next->next = current_p;
9932 prev_p = NULL;
9941 prev_p = current_p;
9953 prev_p
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmutils.c872 pktq_pdeq_prev(struct pktq *pq, int prec, void *prev_p) argument
881 if (prev_p == NULL)
884 if ((p = PKTLINK(prev_p)) == NULL)
888 q->tail = prev_p;
894 PKTSETLINK(prev_p, PKTLINK(p));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h334 extern void *pktq_pdeq_prev(struct pktq *pq, int prec, void *prev_p);

Completed in 110 milliseconds