Home
last modified time | relevance | path

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

/linux-6.1.9/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)))