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

/linux-master/include/asm-generic/
H A Dlocal.h46 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h104 static __inline__ long local_xchg(local_t *l, long n) function
/linux-master/arch/alpha/include/asm/
H A Dlocal.h65 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h108 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h70 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h140 local_xchg(local_t *l, long n) function

Completed in 145 milliseconds