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

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dsemaphore.h50 extern void __down(struct semaphore * sem);
61 * __down(sem);
93 : : "r" (sem), "i" (__down)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dsemaphore.h50 extern void __down(struct semaphore * sem);
61 * __down(sem);
93 : : "r" (sem), "i" (__down)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dsemaphore.c49 * If called from __down, the return is ignored and the wait loop is
97 void __down(struct semaphore * sem) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dsemaphore.c49 * If called from __down, the return is ignored and the wait loop is
97 void __down(struct semaphore * sem) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dsemaphore.c49 * If called from __down, the return is ignored and the wait loop is
97 void __down(struct semaphore * sem) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dsemaphore.c54 * If called from __down, the return is ignored and the wait loop is
98 void __down(struct semaphore * sem) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dsemaphore.h80 extern void __down(struct semaphore * sem);
94 __down(sem);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dsemaphore.h71 extern void __down(struct semaphore * sem);
85 __down(sem);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dsemaphore.h60 asmlinkage void __down(struct semaphore * sem);
68 __down(sem);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dsemaphore.h60 asmlinkage void __down(struct semaphore * sem);
68 __down(sem);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dsemaphore.h78 asmlinkage void __down(struct semaphore * sem);
92 __down(sem);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dsemaphore.h80 extern void __down(struct semaphore * sem);
94 __down(sem);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dsemaphore.h71 extern void __down(struct semaphore * sem);
85 __down(sem);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dsemaphore.h60 asmlinkage void __down(struct semaphore * sem);
68 __down(sem);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dsemaphore.h60 asmlinkage void __down(struct semaphore * sem);
68 __down(sem);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dsemaphore.h78 asmlinkage void __down(struct semaphore * sem);
92 __down(sem);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dsemaphore.h61 extern void __down (struct semaphore * sem);
77 __down(sem);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dsemaphore.h61 extern void __down (struct semaphore * sem);
77 __down(sem);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/lib/
H A Dsemaphore.S21 jbsr SYMBOL_NAME(__down)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dsemaphore.h83 asmlinkage void __down(struct semaphore * sem);
94 __down(sem);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dsemaphore.h78 asmlinkage void __down(struct semaphore * sem);
89 __down(sem);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dsemaphore.h74 asmlinkage void __down(struct semaphore * sem);
92 __down(sem);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dsemaphore.h61 extern void __down(struct semaphore * sem);
98 : "0" (increment), "r" (ptr), "i" (__down)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dsemaphore.h83 asmlinkage void __down(struct semaphore * sem);
94 __down(sem);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dsemaphore.h78 asmlinkage void __down(struct semaphore * sem);
89 __down(sem);

Completed in 305 milliseconds

123