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

/linux-master/include/asm-generic/
H A Dlocal.h53 #define __local_dec(l) local_set((l), local_read(l) - 1) macro
/linux-master/arch/alpha/include/asm/
H A Dlocal.h105 #define __local_dec(l) ((l)->a.counter++) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h147 #define __local_dec(l) ((l)->a.counter++) macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h178 #define __local_dec(l) local_dec(l) macro
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h149 #define __local_dec(l) ((l)->v++) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h185 #define __local_dec(l) ((l)->a.counter++) macro

Completed in 263 milliseconds