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

/linux-4.1.27/arch/x86/include/asm/
H A Dlocal.h24 static inline void local_dec(local_t *l) local_dec() function
/linux-4.1.27/arch/mips/include/asm/
H A Dlocal.h24 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dlocal.h20 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-4.1.27/arch/alpha/include/asm/
H A Dlocal.h16 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-4.1.27/include/asm-generic/
H A Dlocal.h31 #define local_dec(l) atomic_long_dec(&(l)->a) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dlocal.h213 #define local_dec(l) ((void)local_dec_return(l)) macro

Completed in 367 milliseconds