Searched defs:local_dec (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal.h32 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h75 #define local_dec(l) local_dec_return(l) macro
/linux-master/arch/alpha/include/asm/
H A Dlocal.h17 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h25 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h25 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h25 static inline void local_dec(local_t *l) function

Completed in 174 milliseconds