Home
last modified time | relevance | path

Searched refs:down_trylock (Results 1 – 25 of 59) sorted by relevance

123

/linux-2.4.37.9/drivers/hil/
Dhp_sdc_mlc.c141 if (down_trylock(&(mlc->isem))) { in hp_sdc_mlc_in()
183 if (down_trylock(&(mlc->isem))) { in hp_sdc_mlc_cts()
187 if (down_trylock(&(mlc->osem))) { in hp_sdc_mlc_cts()
195 if (down_trylock(&(mlc->csem))) { in hp_sdc_mlc_cts()
232 if (down_trylock(&(mlc->osem))) { in hp_sdc_mlc_out()
245 if (down_trylock(&(mlc->csem))) { in hp_sdc_mlc_out()
301 down_trylock(&(mlc->csem)); in hp_sdc_mlc_out()
/linux-2.4.37.9/include/asm-alpha/
Dsemaphore.h79 extern int down_trylock(struct semaphore *);
219 extern inline int down_trylock(struct semaphore *sem) in down_trylock() function
/linux-2.4.37.9/include/asm-mips/
Dsemaphore.h141 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
220 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
/linux-2.4.37.9/include/asm-mips64/
Dsemaphore.h141 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
220 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dmutex.h50 #define mutex_trylock(lock) (down_trylock(lock) ? 0 : 1)
Dsema.h60 #define cpsema(sp) (down_trylock(sp) ? 0 : 1)
/linux-2.4.37.9/include/asm-sparc64/
Dsemaphore.h145 static __inline__ int down_trylock(struct semaphore *sem) in down_trylock() function
/linux-2.4.37.9/include/asm-s390x/
Dsemaphore.h80 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
/linux-2.4.37.9/include/asm-s390/
Dsemaphore.h80 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
/linux-2.4.37.9/include/asm-ia64/
Dsemaphore.h98 down_trylock (struct semaphore *sem) in down_trylock() function
/linux-2.4.37.9/include/asm-arm/
Dsemaphore.h104 static inline int down_trylock(struct semaphore *sem) in down_trylock() function
/linux-2.4.37.9/drivers/char/
Dmpc8xx_wdt.c67 if (down_trylock(&wdt_sem)) in mpc8xx_wdt_open()
/linux-2.4.37.9/include/asm-ppc/
Dsemaphore.h109 extern inline int down_trylock(struct semaphore * sem) in down_trylock() function
/linux-2.4.37.9/include/asm-ppc64/
Dsemaphore.h103 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
/linux-2.4.37.9/include/asm-sh/
Dsemaphore.h113 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
/linux-2.4.37.9/include/asm-sh64/
Dsemaphore.h113 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
/linux-2.4.37.9/include/linux/
Drtnetlink.h605 #define rtnl_shlock_nowait() down_trylock(&rtnl_sem)
616 #define ASSERT_RTNL() do { if (down_trylock(&rtnl_sem) == 0) { up(&rtnl_sem); \
/linux-2.4.37.9/include/asm-i386/
Dsemaphore.h166 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
/linux-2.4.37.9/include/asm-x86_64/
Dsemaphore.h168 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
/linux-2.4.37.9/include/asm-parisc/
Dsemaphore.h118 extern __inline__ int down_trylock(struct semaphore * sem) in down_trylock() function
/linux-2.4.37.9/include/asm-cris/
Dsemaphore.h116 extern inline int down_trylock(struct semaphore * sem) in down_trylock() function
/linux-2.4.37.9/include/asm-m68k/
Dsemaphore.h131 static inline int down_trylock(struct semaphore *sem) in down_trylock() function
/linux-2.4.37.9/include/asm-sparc/
Dsemaphore.h141 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
/linux-2.4.37.9/arch/alpha/kernel/
Dsemaphore.c233 down_trylock(struct semaphore *sem) in down_trylock() function
/linux-2.4.37.9/drivers/acpi/
Dosl.c867 if(down_trylock(sem)) in acpi_os_wait_semaphore()
889 ret = down_trylock(sem); in acpi_os_wait_semaphore()
893 ret = down_trylock(sem); in acpi_os_wait_semaphore()

123