Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds