/linux-2.4.37.9/include/asm-sparc64/ |
D | semaphore.h | 32 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name, 0) macro
|
/linux-2.4.37.9/include/asm-s390x/ |
D | semaphore.h | 38 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | semaphore.h | 38 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | semaphore.h | 49 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | semaphore.h | 56 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name, 0) macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | semaphore.h | 43 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | semaphore.h | 39 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | semaphore.h | 50 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name, 0) macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | semaphore.h | 49 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | semaphore.h | 41 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name, 0) macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | semaphore.h | 71 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | semaphore.h | 73 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | semaphore.h | 52 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | semaphore.h | 52 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | semaphore.h | 48 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | semaphore.h | 47 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | semaphore.h | 54 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | semaphore.h | 54 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
|
/linux-2.4.37.9/drivers/message/fusion/ |
D | linux_compat.h | 113 #define DECLARE_MUTEX_LOCKED(name) struct semaphore name=MUTEX_LOCKED macro
|
/linux-2.4.37.9/include/linux/mtd/ |
D | compatmac.h | 49 #define DECLARE_MUTEX_LOCKED(x) struct semaphore x = MUTEX_LOCKED macro
|
/linux-2.4.37.9/drivers/scsi/ |
D | cpqfcTSstructs.h | 99 #define DECLARE_MUTEX_LOCKED(sem) struct semaphore sem = MUTEX_LOCKED macro
|