Home
last modified time | relevance | path

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

/Linux-v5.4/include/asm-generic/
Dlocal.h52 #define __local_dec(l) local_set((l), local_read(l) - 1) macro
/Linux-v5.4/arch/alpha/include/asm/
Dlocal.h98 #define __local_dec(l) ((l)->a.counter++) macro
/Linux-v5.4/arch/powerpc/include/asm/
Dlocal.h138 #define __local_dec(l) ((l)->v++) macro
/Linux-v5.4/arch/x86/include/asm/
Dlocal.h158 #define __local_dec(l) local_dec(l) macro
/Linux-v5.4/arch/mips/include/asm/
Dlocal.h198 #define __local_dec(l) ((l)->a.counter++) macro