Searched defs:local_add_negative (Results 1 - 6 of 6) 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
/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/alpha/include/asm/
H A Dlocal.h91 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h177 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h139 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h94 static inline bool local_add_negative(long i, local_t *l) function

Completed in 152 milliseconds