local_add_negative   84 arch/alpha/include/asm/local.h #define local_add_negative(a, l) (local_add_return((a), (l)) < 0)
local_add_negative  190 arch/mips/include/asm/local.h #define local_add_negative(i, l) (local_add_return(i, (l)) < 0)
local_add_negative   60 arch/powerpc/include/asm/local.h #define local_add_negative(a, l)	(local_add_return((a), (l)) < 0)
local_add_negative   94 arch/x86/include/asm/local.h static inline bool local_add_negative(long i, local_t *l)
local_add_negative   39 include/asm-generic/local.h #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a))