Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/include/asm/
Dcmpxchg.h13 #define xchg_local(ptr, x) \ macro
Dlocal.h56 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n)))
/linux-4.4.14/arch/m32r/include/asm/
Dcmpxchg.h106 #define xchg_local(ptr, x) \ macro
Dlocal.h247 #define local_xchg(v, new) (xchg_local(&((l)->counter), new))
/linux-4.4.14/arch/powerpc/include/asm/
Dlocal.h104 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n)))
Dcmpxchg.h136 #define xchg_local(ptr,x) \ macro