Home
last modified time | relevance | path

Searched defs:local_add_negative (Results 1 – 5 of 5) sorted by relevance

/linux-5.10/include/asm-generic/
Dlocal.h39 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a)) macro
/linux-5.10/arch/x86/include/asm/
Dlocal.h94 static inline bool local_add_negative(long i, local_t *l) in local_add_negative() function
/linux-5.10/arch/powerpc/include/asm/
Dlocal.h60 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
/linux-5.10/arch/alpha/include/asm/
Dlocal.h84 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) macro
/linux-5.10/arch/mips/include/asm/
Dlocal.h194 #define local_add_negative(i, l) (local_add_return(i, (l)) < 0) macro