Searched refs:local_add_negative (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | local.h | 39 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a)) macro
|
H A D | local64.h | 40 #define local64_add_negative(i, l) local_add_negative((i), (&(l)->a))
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | local.h | 39 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a)) macro
|
H A D | local64.h | 40 #define local64_add_negative(i, l) local_add_negative((i), (&(l)->a))
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | local.h | 84 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | local.h | 122 * local_add_negative - add and test if negative 130 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | local.h | 86 * local_add_negative - add and test if negative 94 static inline bool local_add_negative(long i, local_t *l) in local_add_negative() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | local.h | 60 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | local.h | 126 * local_add_negative - add and test if negative 134 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | local.h | 60 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | local.h | 92 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | local.h | 86 * local_add_negative - add and test if negative 94 static inline bool local_add_negative(long i, local_t *l) in local_add_negative() function
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | local.h | 186 * local_add_negative - add and test if negative 194 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | local.h | 164 * local_add_negative - add and test if negative 172 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro
|
Completed in 6 milliseconds