Home
last modified time | relevance | path

Searched defs:DECLARE_MUTEX_LOCKED (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/include/asm-sparc64/
Dsemaphore.h32 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name, 0) macro
/linux-2.4.37.9/include/asm-s390x/
Dsemaphore.h38 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/include/asm-s390/
Dsemaphore.h38 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/include/asm-sh64/
Dsemaphore.h49 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/include/asm-ppc/
Dsemaphore.h56 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name, 0) macro
/linux-2.4.37.9/include/asm-arm/
Dsemaphore.h43 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/include/asm-sparc/
Dsemaphore.h39 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/include/asm-ppc64/
Dsemaphore.h50 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name, 0) macro
/linux-2.4.37.9/include/asm-sh/
Dsemaphore.h49 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/include/asm-ia64/
Dsemaphore.h41 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name, 0) macro
/linux-2.4.37.9/include/asm-i386/
Dsemaphore.h71 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/include/asm-x86_64/
Dsemaphore.h73 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/include/asm-m68k/
Dsemaphore.h52 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/include/asm-parisc/
Dsemaphore.h52 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/include/asm-cris/
Dsemaphore.h48 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/include/asm-alpha/
Dsemaphore.h47 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/include/asm-mips/
Dsemaphore.h54 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/include/asm-mips64/
Dsemaphore.h54 #define DECLARE_MUTEX_LOCKED(name) __DECLARE_SEMAPHORE_GENERIC(name,0) macro
/linux-2.4.37.9/drivers/message/fusion/
Dlinux_compat.h113 #define DECLARE_MUTEX_LOCKED(name) struct semaphore name=MUTEX_LOCKED macro
/linux-2.4.37.9/include/linux/mtd/
Dcompatmac.h49 #define DECLARE_MUTEX_LOCKED(x) struct semaphore x = MUTEX_LOCKED macro
/linux-2.4.37.9/drivers/scsi/
DcpqfcTSstructs.h99 #define DECLARE_MUTEX_LOCKED(sem) struct semaphore sem = MUTEX_LOCKED macro