local_dec          17 arch/alpha/include/asm/local.h #define local_dec(l)	atomic_long_dec(&(l)->a)
local_dec          25 arch/mips/include/asm/local.h #define local_dec(l)	atomic_long_dec(&(l)->a)
local_dec          75 arch/powerpc/include/asm/local.h #define local_dec(l)			local_dec_return(l)
local_dec          25 arch/x86/include/asm/local.h static inline void local_dec(local_t *l)
local_dec          32 include/asm-generic/local.h #define local_dec(l)	atomic_long_dec(&(l)->a)