Searched refs:RWSEM_UNLOCKED_VALUE (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Drwsem-const.h5 #define RWSEM_UNLOCKED_VALUE 0x00000000 macro
H A Drwsem.h38 { RWSEM_UNLOCKED_VALUE, SPIN_LOCK_UNLOCKED, LIST_HEAD_INIT((name).wait_list) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Drwsem.h22 #define RWSEM_UNLOCKED_VALUE 0x00000000 macro
33 { RWSEM_UNLOCKED_VALUE, SPIN_LOCK_UNLOCKED, \
46 sem->count = RWSEM_UNLOCKED_VALUE;
90 tmp = cmpxchg(&sem->count, RWSEM_UNLOCKED_VALUE,
92 return tmp == RWSEM_UNLOCKED_VALUE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Drwsem.h20 #define RWSEM_UNLOCKED_VALUE 0x00000000 macro
40 { RWSEM_UNLOCKED_VALUE, SPIN_LOCK_UNLOCKED, \
64 sem->count = RWSEM_UNLOCKED_VALUE;
113 tmp = cmpxchg(&sem->count, RWSEM_UNLOCKED_VALUE,
116 return tmp == RWSEM_UNLOCKED_VALUE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Drwsem.h38 #define RWSEM_UNLOCKED_VALUE __IA64_UL_CONST(0x0000000000000000) macro
46 { RWSEM_UNLOCKED_VALUE, SPIN_LOCK_UNLOCKED, \
60 sem->count = RWSEM_UNLOCKED_VALUE;
144 long tmp = cmpxchg_acq(&sem->count, RWSEM_UNLOCKED_VALUE,
146 return tmp == RWSEM_UNLOCKED_VALUE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Drwsem.h26 #define RWSEM_UNLOCKED_VALUE 0x00000000 macro
37 { RWSEM_UNLOCKED_VALUE, SPIN_LOCK_UNLOCKED, \
50 sem->count = RWSEM_UNLOCKED_VALUE;
99 tmp = cmpxchg(&sem->count, RWSEM_UNLOCKED_VALUE,
102 return tmp == RWSEM_UNLOCKED_VALUE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Drwsem.h57 #define RWSEM_UNLOCKED_VALUE 0x00000000 macro
78 { RWSEM_UNLOCKED_VALUE, __SPIN_LOCK_UNLOCKED((name).wait_lock), \
166 RWSEM_UNLOCKED_VALUE,
168 if (ret == RWSEM_UNLOCKED_VALUE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Drwsem.h70 #define RWSEM_UNLOCKED_VALUE 0x00000000 macro
75 #define RWSEM_UNLOCKED_VALUE 0x0000000000000000L macro
94 { RWSEM_UNLOCKED_VALUE, SPIN_LOCK_UNLOCKED, LIST_HEAD_INIT((name).wait_list) \
102 sem->count = RWSEM_UNLOCKED_VALUE;
236 return (old == RWSEM_UNLOCKED_VALUE) ? 1 : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Drwsem.h31 #define RWSEM_UNLOCKED_VALUE 0x0000000000000000L macro
42 { RWSEM_UNLOCKED_VALUE, SPIN_LOCK_UNLOCKED, \
50 sem->count = RWSEM_UNLOCKED_VALUE;
126 long ret = cmpxchg(&sem->count, RWSEM_UNLOCKED_VALUE,
128 if (ret == RWSEM_UNLOCKED_VALUE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Drwsem.c24 sem->count = RWSEM_UNLOCKED_VALUE;

Completed in 222 milliseconds