Searched refs:local_sub_and_test (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | local.h | 36 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a)) macro
|
H A D | local64.h | 37 #define local64_sub_and_test(i, l) local_sub_and_test((i), (&(l)->a))
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | local.h | 36 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a)) macro
|
H A D | local64.h | 37 #define local64_sub_and_test(i, l) local_sub_and_test((i), (&(l)->a))
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | local.h | 90 #define local_sub_and_test(i,l) (local_sub_return((i), (l)) == 0) macro
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | local.h | 91 * local_sub_and_test - subtract value from variable and test result 99 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | local.h | 46 * local_sub_and_test - subtract value from variable and test result 54 static inline bool local_sub_and_test(long i, local_t *l) in local_sub_and_test() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | local.h | 76 #define local_sub_and_test(a, l) (local_sub_return((a), (l)) == 0) macro
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | local.h | 95 * local_sub_and_test - subtract value from variable and test result 103 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | local.h | 76 #define local_sub_and_test(a, l) (local_sub_return((a), (l)) == 0) macro
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | local.h | 98 #define local_sub_and_test(i,l) (local_sub_return((i), (l)) == 0) macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | local.h | 46 * local_sub_and_test - subtract value from variable and test result 54 static inline bool local_sub_and_test(long i, local_t *l) in local_sub_and_test() function
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | local.h | 155 * local_sub_and_test - subtract value from variable and test result 163 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | local.h | 133 * local_sub_and_test - subtract value from variable and test result 141 #define local_sub_and_test(i, l) (local_sub_return((i), (l)) == 0) macro
|
Completed in 5 milliseconds