Home
last modified time | relevance | path

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

/linux-2.6.39/include/asm-generic/
Dlocal.h50 #define __local_inc(l) local_set((l), local_read(l) + 1) macro
/linux-2.6.39/arch/x86/include/asm/
Dlocal.h193 #define __local_inc(l) local_inc(l) macro
/linux-2.6.39/arch/alpha/include/asm/
Dlocal.h96 #define __local_inc(l) ((l)->a.counter++) macro
/linux-2.6.39/arch/powerpc/include/asm/
Dlocal.h170 #define __local_inc(l) ((l)->a.counter++) macro
/linux-2.6.39/arch/mips/include/asm/
Dlocal.h191 #define __local_inc(l) ((l)->a.counter++) macro
/linux-2.6.39/arch/m32r/include/asm/
Dlocal.h331 #define __local_inc(l) ((l)->a.counter++) macro