Searched refs:__local_inc (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal.h52 #define __local_inc(l) local_set((l), local_read(l) + 1) macro
/linux-master/arch/alpha/include/asm/
H A Dlocal.h104 #define __local_inc(l) ((l)->a.counter++) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h146 #define __local_inc(l) ((l)->a.counter++) macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h177 #define __local_inc(l) local_inc(l) macro
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h148 #define __local_inc(l) ((l)->v++) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h184 #define __local_inc(l) ((l)->a.counter++) macro

Completed in 126 milliseconds