Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dlocal.h53 #define __local_dec(l) local_set((l), local_read(l) - 1) macro
/openbmc/linux/arch/x86/include/asm/
H A Dlocal.h167 #define __local_dec(l) local_dec(l) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dlocal.h142 #define __local_dec(l) ((l)->a.counter++) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dlocal.h149 #define __local_dec(l) ((l)->v++) macro
/openbmc/linux/arch/alpha/include/asm/
H A Dlocal.h106 #define __local_dec(l) ((l)->a.counter++) macro
/openbmc/linux/arch/mips/include/asm/
H A Dlocal.h180 #define __local_dec(l) ((l)->a.counter++) macro