Home
last modified time | relevance | path

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

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