Home
last modified time | relevance | path

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

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