Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/include/asm/
Dcmpxchg.h13 #define xchg_local(ptr, x) \ macro
Dlocal.h57 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n)))
/Linux-v4.19/arch/powerpc/include/asm/
Dcmpxchg.h195 #define xchg_local(ptr,x) \ macro