/linux-2.4.37.9/drivers/hil/ |
D | hp_sdc_mlc.c | 141 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/ |
D | semaphore.h | 79 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/ |
D | semaphore.h | 141 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/ |
D | semaphore.h | 141 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/ |
D | mutex.h | 50 #define mutex_trylock(lock) (down_trylock(lock) ? 0 : 1)
|
D | sema.h | 60 #define cpsema(sp) (down_trylock(sp) ? 0 : 1)
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | semaphore.h | 145 static __inline__ int down_trylock(struct semaphore *sem) in down_trylock() function
|
/linux-2.4.37.9/include/asm-s390x/ |
D | semaphore.h | 80 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
|
/linux-2.4.37.9/include/asm-s390/ |
D | semaphore.h | 80 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
|
/linux-2.4.37.9/include/asm-ia64/ |
D | semaphore.h | 98 down_trylock (struct semaphore *sem) in down_trylock() function
|
/linux-2.4.37.9/include/asm-arm/ |
D | semaphore.h | 104 static inline int down_trylock(struct semaphore *sem) in down_trylock() function
|
/linux-2.4.37.9/drivers/char/ |
D | mpc8xx_wdt.c | 67 if (down_trylock(&wdt_sem)) in mpc8xx_wdt_open()
|
/linux-2.4.37.9/include/asm-ppc/ |
D | semaphore.h | 109 extern inline int down_trylock(struct semaphore * sem) in down_trylock() function
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | semaphore.h | 103 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
|
/linux-2.4.37.9/include/asm-sh/ |
D | semaphore.h | 113 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
|
/linux-2.4.37.9/include/asm-sh64/ |
D | semaphore.h | 113 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
|
/linux-2.4.37.9/include/linux/ |
D | rtnetlink.h | 605 #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/ |
D | semaphore.h | 166 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | semaphore.h | 168 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
|
/linux-2.4.37.9/include/asm-parisc/ |
D | semaphore.h | 118 extern __inline__ int down_trylock(struct semaphore * sem) in down_trylock() function
|
/linux-2.4.37.9/include/asm-cris/ |
D | semaphore.h | 116 extern inline int down_trylock(struct semaphore * sem) in down_trylock() function
|
/linux-2.4.37.9/include/asm-m68k/ |
D | semaphore.h | 131 static inline int down_trylock(struct semaphore *sem) in down_trylock() function
|
/linux-2.4.37.9/include/asm-sparc/ |
D | semaphore.h | 141 static inline int down_trylock(struct semaphore * sem) in down_trylock() function
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | semaphore.c | 233 down_trylock(struct semaphore *sem) in down_trylock() function
|
/linux-2.4.37.9/drivers/acpi/ |
D | osl.c | 867 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()
|