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

/linux-master/include/asm-generic/
H A Dlocal.h31 #define local_inc(l) atomic_long_inc(&(l)->a) macro
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h62 #define local_inc(l) local_inc_return(l) macro
/linux-master/arch/alpha/include/asm/
H A Dlocal.h16 #define local_inc(l) atomic_long_inc(&(l)->a) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h24 #define local_inc(l) atomic_long_inc(&(l)->a) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h24 #define local_inc(l) atomic_long_inc(&(l)->a) macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h19 static inline void local_inc(local_t *l) function

Completed in 138 milliseconds