Searched refs:local_sub_and_test (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/include/asm-generic/ |
D | local.h | 35 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a)) macro
|
D | local64.h | 36 #define local64_sub_and_test(i, l) local_sub_and_test((i), (&(l)->a))
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | local.h | 89 #define local_sub_and_test(i,l) (local_sub_return((i), (l)) == 0) macro
|
/linux-3.4.99/arch/x86/include/asm/ |
D | local.h | 53 static inline int local_sub_and_test(long i, local_t *l) in local_sub_and_test() function
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | local.h | 138 #define local_sub_and_test(a, l) (local_sub_return((a), (l)) == 0) macro
|
/linux-3.4.99/arch/mips/include/asm/ |
D | local.h | 153 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | local.h | 137 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro
|