Searched refs:__down (Results 1 - 25 of 61) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsemaphore.c69 * Note that when we come in to __down or __down_interruptible,
76 void __sched __down(struct semaphore *sem) function
104 EXPORT_SYMBOL(__down); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsemaphore.h70 extern void __down(struct semaphore * sem);
82 __down(sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsemaphore.h70 extern void __down(struct semaphore * sem);
82 __down(sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsemaphore.h56 extern void __down(struct semaphore * sem);
68 __down(sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dsemaphore.h54 asmlinkage void __down(struct semaphore * sem);
63 __down(sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dsemaphore.h55 asmlinkage void __down(struct semaphore *sem);
71 __down(sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dsemaphore.h51 extern void __down (struct semaphore * sem);
65 __down(sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dsemaphore.h50 extern void __down (struct semaphore * sem);
59 __down (sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dsemaphore.h55 asmlinkage void __down(struct semaphore * sem);
67 __down(sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dsemaphore.h58 void __down(struct semaphore * sem);
71 __down (sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Ds390_ksyms.c34 EXPORT_SYMBOL(__down); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dsemaphore.c54 * If called from __down, the return is ignored and the wait loop is
98 void __sched __down(struct semaphore * sem) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsemaphore.c54 * If called from __down, the return is ignored and the wait loop is
98 void __sched __down(struct semaphore * sem) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsemaphore.c91 static void __sched __down(struct semaphore * sem) function
117 * __down(sem);
145 : : "r" (sem), "i" (__down)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dsemaphore.c58 void __sched __down(struct semaphore *sem) function
94 EXPORT_SYMBOL(__down); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsemaphore.c100 * Note that when we come in to __down or __down_interruptible,
107 void __sched __down(struct semaphore *sem) function
136 EXPORT_SYMBOL(__down); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dsemaphore.h78 asmlinkage void __down(struct semaphore * sem);
93 __down(sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dsemaphore.h66 asmlinkage void __down(struct semaphore * sem);
77 __down(sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dsemaphore.h73 asmlinkage void __down(struct semaphore * sem);
83 __down(sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dsemaphore.h48 extern void __down(struct semaphore * sem);
83 : "0" (increment), "r" (ptr), "i" (__down)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dsemaphore.h55 extern void __down(struct semaphore * sem);
74 __down(sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dsemaphore.h68 asmlinkage void __down(struct semaphore * sem);
81 __down(sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dsemaphore.h71 static inline void __down(struct semaphore *sem) function
134 __down(sem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dsemaphore.c40 void __down(struct semaphore *sem, unsigned long flags) function
45 semtrace(sem, "Entering __down");
67 semtrace(sem, "Leaving __down");
70 EXPORT_SYMBOL(__down); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/lib/
H A Dsemaphore.S21 jbsr __down

Completed in 155 milliseconds

123