Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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)))
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dcmpxchg.h188 #define xchg_local(ptr,x) \ macro