Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds