Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dlocal.h57 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dlocal.h66 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dlocal.h130 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dlocal.h126 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dlocal.h93 static __inline__ long local_xchg(local_t *l, long n) in local_xchg() function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dlocal.h104 static __inline__ long local_xchg(local_t *l, long n) in local_xchg() function
/kernel/linux/linux-5.10/include/asm-generic/
H A Dlocal.h45 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
/kernel/linux/linux-6.6/include/asm-generic/
H A Dlocal.h46 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dlocal.h108 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dlocal.h70 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dlocal.h65 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dlocal.h135 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro

Completed in 4 milliseconds