Searched defs:local_xchg (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | local.h | 57 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | local.h | 66 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | local.h | 130 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | local.h | 126 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | local.h | 93 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 D | local.h | 104 static __inline__ long local_xchg(local_t *l, long n) in local_xchg() function
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | local.h | 45 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | local.h | 46 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | local.h | 108 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | local.h | 70 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) macro
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | local.h | 65 #define local_xchg(l, n) (xchg_local(&((l)->a.counter), (n))) macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | local.h | 135 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) macro
|
Completed in 4 milliseconds