Home
last modified time | relevance | path

Searched defs:local_xchg (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/include/asm-generic/
Dlocal.h46 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
/Linux-v6.6/arch/loongarch/include/asm/
Dlocal.h70 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
/Linux-v6.6/arch/x86/include/asm/
Dlocal.h135 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro
/Linux-v6.6/arch/alpha/include/asm/
Dlocal.h65 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
/Linux-v6.6/arch/mips/include/asm/
Dlocal.h108 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
/Linux-v6.6/arch/powerpc/include/asm/
Dlocal.h104 static __inline__ long local_xchg(local_t *l, long n) in local_xchg() function