/linux-2.4.37.9/include/asm-sparc64/ ! |
D | semaphore.h | 31 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name, 1) macro
|
/linux-2.4.37.9/include/asm-s390x/ ! |
D | semaphore.h | 37 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
|
/linux-2.4.37.9/include/asm-s390/ ! |
D | semaphore.h | 37 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
|
/linux-2.4.37.9/include/asm-sh64/ ! |
D | semaphore.h | 48 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
|
/linux-2.4.37.9/include/asm-ppc/ ! |
D | semaphore.h | 55 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name, 1) macro
|
/linux-2.4.37.9/include/asm-arm/ ! |
D | semaphore.h | 42 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
|
/linux-2.4.37.9/include/asm-sparc/ ! |
D | semaphore.h | 38 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
|
/linux-2.4.37.9/include/asm-ppc64/ ! |
D | semaphore.h | 49 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name, 1) macro
|
/linux-2.4.37.9/include/asm-sh/ ! |
D | semaphore.h | 48 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
|
/linux-2.4.37.9/include/asm-ia64/ ! |
D | semaphore.h | 40 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name, 1) macro
|
/linux-2.4.37.9/include/asm-i386/ ! |
D | semaphore.h | 70 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
|
/linux-2.4.37.9/include/asm-x86_64/ ! |
D | semaphore.h | 72 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
|
/linux-2.4.37.9/include/asm-m68k/ ! |
D | semaphore.h | 51 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
|
/linux-2.4.37.9/include/asm-parisc/ ! |
D | semaphore.h | 51 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
|
/linux-2.4.37.9/include/asm-cris/ ! |
D | semaphore.h | 47 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
|
/linux-2.4.37.9/include/asm-alpha/ ! |
D | semaphore.h | 46 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
|
/linux-2.4.37.9/include/asm-mips/ ! |
D | semaphore.h | 53 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name, 1) macro
|
/linux-2.4.37.9/include/asm-mips64/ ! |
D | semaphore.h | 53 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name, 1) macro
|
/linux-2.4.37.9/include/linux/ ! |
D | compatmac.h | 155 #define DECLARE_MUTEX(name) struct semaphore name = MUTEX macro
|
/linux-2.4.37.9/drivers/message/fusion/ ! |
D | linux_compat.h | 112 #define DECLARE_MUTEX(name) struct semaphore name=MUTEX macro
|
/linux-2.4.37.9/drivers/scsi/dpt/ ! |
D | dpti_i2o.h | 58 #define DECLARE_MUTEX(name) struct semaphore name=MUTEX macro
|
/linux-2.4.37.9/include/linux/mtd/ ! |
D | compatmac.h | 48 #define DECLARE_MUTEX(x) struct semaphore x = MUTEX macro
|