Home
last modified time | relevance | path

Searched refs:__down_trylock (Results 1 – 25 of 33) sorted by relevance

12

/linux-2.4.37.9/include/asm-s390x/
Dsemaphore.h62 asmlinkage int __down_trylock(struct semaphore * sem);
85 ret = __down_trylock(sem); in down_trylock()
/linux-2.4.37.9/include/asm-s390/
Dsemaphore.h62 asmlinkage int __down_trylock(struct semaphore * sem);
85 ret = __down_trylock(sem); in down_trylock()
/linux-2.4.37.9/include/asm-ia64/
Dsemaphore.h63 extern int __down_trylock (struct semaphore * sem);
106 ret = __down_trylock(sem); in down_trylock()
/linux-2.4.37.9/include/asm-sh/
Dsemaphore.h86 asmlinkage int __down_trylock(struct semaphore * sem);
121 ret = __down_trylock(sem); in down_trylock()
/linux-2.4.37.9/include/asm-sh64/
Dsemaphore.h86 asmlinkage int __down_trylock(struct semaphore * sem);
121 ret = __down_trylock(sem); in down_trylock()
/linux-2.4.37.9/include/asm-alpha/
Dsemaphore.h116 static inline int __down_trylock(struct semaphore * sem) in __down_trylock() function
221 return __down_trylock(sem); in down_trylock()
/linux-2.4.37.9/include/asm-cris/
Dsemaphore.h67 extern int __down_trylock(struct semaphore * sem);
130 failed = __down_trylock(sem); in down_trylock()
/linux-2.4.37.9/include/asm-sparc/
Dsemaphore.h63 extern int __down_trylock(struct semaphore * sem);
174 : "0" (increment), "r" (ptr), "i" (__down_trylock) in down_trylock()
/linux-2.4.37.9/arch/sh64/kernel/
Dsh_ksyms.c72 EXPORT_SYMBOL_NOVERS(__down_trylock);
Dsemaphore.c134 int __down_trylock(struct semaphore * sem) in __down_trylock() function
/linux-2.4.37.9/arch/m68k/kernel/
Dsemaphore.c129 int __down_trylock(struct semaphore * sem) in __down_trylock() function
/linux-2.4.37.9/arch/cris/kernel/
Dsemaphore.c126 int __down_trylock(struct semaphore * sem) in __down_trylock() function
Dcrisksyms.c72 EXPORT_SYMBOL(__down_trylock);
/linux-2.4.37.9/arch/sh/kernel/
Dsemaphore.c134 int __down_trylock(struct semaphore * sem) in __down_trylock() function
Dsh_ksyms.c85 EXPORT_SYMBOL(__down_trylock);
/linux-2.4.37.9/arch/s390/kernel/
Ds390_ksyms.c35 EXPORT_SYMBOL(__down_trylock);
Dsemaphore.c142 int __down_trylock(struct semaphore * sem) in __down_trylock() function
/linux-2.4.37.9/arch/m68k/lib/
Dsemaphore.S40 jbsr SYMBOL_NAME(__down_trylock)
/linux-2.4.37.9/arch/s390x/kernel/
Ds390_ksyms.c39 EXPORT_SYMBOL(__down_trylock);
Dsemaphore.c142 int __down_trylock(struct semaphore * sem) in __down_trylock() function
/linux-2.4.37.9/arch/x86_64/lib/
Dthunk.S42 thunk_retrax __down_failed_trylock,__down_trylock
/linux-2.4.37.9/include/asm-arm/
Dsemaphore.h75 extern int __down_trylock(struct semaphore * sem);
/linux-2.4.37.9/arch/arm/kernel/
Dsemaphore.c149 int __down_trylock(struct semaphore * sem) in __down_trylock() function
/linux-2.4.37.9/arch/x86_64/kernel/
Dsemaphore.c150 int __down_trylock(struct semaphore * sem) in __down_trylock() function
/linux-2.4.37.9/arch/sparc/kernel/
Dsemaphore.c135 int __down_trylock(struct semaphore * sem) in __down_trylock() function

12