Home
last modified time | relevance | path

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

/linux/include/asm-generic/
A Dlocal.h51 #define __local_inc(l) local_set((l), local_read(l) + 1) macro
/linux/arch/alpha/include/asm/
A Dlocal.h97 #define __local_inc(l) ((l)->a.counter++) macro
/linux/arch/x86/include/asm/
A Dlocal.h157 #define __local_inc(l) local_inc(l) macro
/linux/arch/powerpc/include/asm/
A Dlocal.h137 #define __local_inc(l) ((l)->v++) macro
/linux/arch/mips/include/asm/
A Dlocal.h201 #define __local_inc(l) ((l)->a.counter++) macro

Completed in 5 milliseconds