Home
last modified time | relevance | path

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

/linux-3.3/include/asm-generic/
Dlocal.h30 #define local_inc(l) atomic_long_inc(&(l)->a) macro
/linux-3.3/arch/x86/include/asm/
Dlocal.h19 static inline void local_inc(local_t *l) in local_inc() function
/linux-3.3/arch/alpha/include/asm/
Dlocal.h15 #define local_inc(l) atomic_long_inc(&(l)->a) macro
/linux-3.3/arch/powerpc/include/asm/
Dlocal.h19 #define local_inc(l) atomic_long_inc(&(l)->a) macro
/linux-3.3/arch/mips/include/asm/
Dlocal.h22 #define local_inc(l) atomic_long_inc(&(l)->a) macro
/linux-3.3/arch/m32r/include/asm/
Dlocal.h206 #define local_inc(l) ((void)local_inc_return(l)) macro