Home
last modified time | relevance | path

Searched refs:xchg_local (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dcmpxchg.h13 #define xchg_local(ptr, x) \ macro
H A Dlocal.h57 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n)))
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dcmpxchg.h13 #define xchg_local(ptr, x) \ macro
H A Dlocal.h65 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n)))
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcmpxchg.h188 #define xchg_local(ptr,x) \ macro

Completed in 3 milliseconds