Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds