Home
last modified time | relevance | path

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

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