Home
last modified time | relevance | path

Searched defs:DECLARE_MUTEX (Results 1 – 22 of 22) sorted by relevance

/linux-2.4.37.9/include/asm-sparc64/ !
Dsemaphore.h31 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name, 1) macro
/linux-2.4.37.9/include/asm-s390x/ !
Dsemaphore.h37 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/linux-2.4.37.9/include/asm-s390/ !
Dsemaphore.h37 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/linux-2.4.37.9/include/asm-sh64/ !
Dsemaphore.h48 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/linux-2.4.37.9/include/asm-ppc/ !
Dsemaphore.h55 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name, 1) macro
/linux-2.4.37.9/include/asm-arm/ !
Dsemaphore.h42 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/linux-2.4.37.9/include/asm-sparc/ !
Dsemaphore.h38 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/linux-2.4.37.9/include/asm-ppc64/ !
Dsemaphore.h49 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name, 1) macro
/linux-2.4.37.9/include/asm-sh/ !
Dsemaphore.h48 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/linux-2.4.37.9/include/asm-ia64/ !
Dsemaphore.h40 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name, 1) macro
/linux-2.4.37.9/include/asm-i386/ !
Dsemaphore.h70 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/linux-2.4.37.9/include/asm-x86_64/ !
Dsemaphore.h72 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/linux-2.4.37.9/include/asm-m68k/ !
Dsemaphore.h51 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/linux-2.4.37.9/include/asm-parisc/ !
Dsemaphore.h51 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/linux-2.4.37.9/include/asm-cris/ !
Dsemaphore.h47 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/linux-2.4.37.9/include/asm-alpha/ !
Dsemaphore.h46 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/linux-2.4.37.9/include/asm-mips/ !
Dsemaphore.h53 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name, 1) macro
/linux-2.4.37.9/include/asm-mips64/ !
Dsemaphore.h53 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name, 1) macro
/linux-2.4.37.9/include/linux/ !
Dcompatmac.h155 #define DECLARE_MUTEX(name) struct semaphore name = MUTEX macro
/linux-2.4.37.9/drivers/message/fusion/ !
Dlinux_compat.h112 #define DECLARE_MUTEX(name) struct semaphore name=MUTEX macro
/linux-2.4.37.9/drivers/scsi/dpt/ !
Ddpti_i2o.h58 #define DECLARE_MUTEX(name) struct semaphore name=MUTEX macro
/linux-2.4.37.9/include/linux/mtd/ !
Dcompatmac.h48 #define DECLARE_MUTEX(x) struct semaphore x = MUTEX macro