Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds