Searched defs:local_xchg (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/asm-generic/ |
D | local.h | 45 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
|
/linux-6.1.9/arch/x86/include/asm/ |
D | local.h | 126 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | local.h | 61 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
|
/linux-6.1.9/arch/mips/include/asm/ |
D | local.h | 99 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | local.h | 57 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | local.h | 93 static __inline__ long local_xchg(local_t *l, long n) in local_xchg() function
|