Searched refs:RW_LOCK_BIAS (Results 1 - 17 of 17) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/proc-armo/
H A Dlocks.h87 #define RW_LOCK_BIAS 0x01000000 macro
90 /* Decrements by RW_LOCK_BIAS rather than 1, fails if value != 0 */
109 : "r" (ptr), "I" (RW_LOCK_BIAS) \
113 /* Increments by RW_LOCK_BIAS, wakes if value >= 0 */
132 : "r" (ptr), "I" (RW_LOCK_BIAS) \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/proc-armv/
H A Dlocks.h79 #define RW_LOCK_BIAS 0x01000000 macro
96 : "r" (ptr), "I" (RW_LOCK_BIAS) \
114 : "r" (ptr), "I" (RW_LOCK_BIAS) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/proc-armo/
H A Dlocks.h87 #define RW_LOCK_BIAS 0x01000000 macro
90 /* Decrements by RW_LOCK_BIAS rather than 1, fails if value != 0 */
109 : "r" (ptr), "I" (RW_LOCK_BIAS) \
113 /* Increments by RW_LOCK_BIAS, wakes if value >= 0 */
132 : "r" (ptr), "I" (RW_LOCK_BIAS) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/proc-armv/
H A Dlocks.h79 #define RW_LOCK_BIAS 0x01000000 macro
96 : "r" (ptr), "I" (RW_LOCK_BIAS) \
114 : "r" (ptr), "I" (RW_LOCK_BIAS) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/lib/
H A Dthunk.S59 addl $RW_LOCK_BIAS,(%rax)
62 cmpl $RW_LOCK_BIAS,(%rax)
65 subl $RW_LOCK_BIAS,(%rax)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dspinlock.h137 #define RW_LOCK_UNLOCKED (rwlock_t) { RW_LOCK_BIAS RWLOCK_MAGIC_INIT }
176 if (atomic_sub_and_test(RW_LOCK_BIAS, count))
178 atomic_add(RW_LOCK_BIAS, count);
H A Drwlock.h23 #define RW_LOCK_BIAS 0x01000000 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dspinlock.h137 #define RW_LOCK_UNLOCKED (rwlock_t) { RW_LOCK_BIAS RWLOCK_MAGIC_INIT }
176 if (atomic_sub_and_test(RW_LOCK_BIAS, count))
178 atomic_add(RW_LOCK_BIAS, count);
H A Drwlock.h23 #define RW_LOCK_BIAS 0x01000000 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dspinlock.h167 #define RW_LOCK_UNLOCKED (rwlock_t) { RW_LOCK_BIAS RWLOCK_MAGIC_INIT }
206 if (atomic_sub_and_test(RW_LOCK_BIAS, count))
208 atomic_add(RW_LOCK_BIAS, count);
H A Drwlock.h20 #define RW_LOCK_BIAS 0x01000000 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dspinlock.h167 #define RW_LOCK_UNLOCKED (rwlock_t) { RW_LOCK_BIAS RWLOCK_MAGIC_INIT }
206 if (atomic_sub_and_test(RW_LOCK_BIAS, count))
208 atomic_add(RW_LOCK_BIAS, count);
H A Drwlock.h20 #define RW_LOCK_BIAS 0x01000000 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dsemaphore.h4 #define RW_LOCK_BIAS 0x01000000 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dsemaphore.h4 #define RW_LOCK_BIAS 0x01000000 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dsemaphore.h8 #define RW_LOCK_BIAS 0x01000000 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dsemaphore.h8 #define RW_LOCK_BIAS 0x01000000 macro

Completed in 120 milliseconds