Home
last modified time | relevance | path

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

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