Searched refs:local_add_negative (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal.h39 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a)) macro
H A Dlocal64.h40 #define local64_add_negative(i, l) local_add_negative((i), (&(l)->a))
/linux-master/arch/alpha/include/asm/
H A Dlocal.h91 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h131 * local_add_negative - add and test if negative
139 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h86 * local_add_negative - add and test if negative
94 static inline bool local_add_negative(long i, local_t *l) function
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h60 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h169 * local_add_negative - add and test if negative
177 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro

Completed in 226 milliseconds