Searched defs:local_xchg (Results 1 – 6 of 6) sorted by relevance
/linux/include/asm-generic/ |
H A D | local.h | 46 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
|
/linux/arch/loongarch/include/asm/ |
H A D | local.h | 70 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
|
/linux/arch/alpha/include/asm/ |
H A D | local.h | 65 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
|
/linux/arch/x86/include/asm/ |
H A D | local.h | 140 local_xchg(local_t *l, long n) in local_xchg() function
|
/linux/arch/powerpc/include/asm/ |
H A D | local.h | 104 static __inline__ long local_xchg(local_t *l, long n) in local_xchg() function
|
/linux/arch/mips/include/asm/ |
H A D | local.h | 108 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
|