Searched defs:local_cmpxchg (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/ |
D | local.h | 44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n)) macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | local.h | 123 #define local_cmpxchg(l, o, n) \ macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | local.h | 79 static __inline__ long local_cmpxchg(local_t *l, long o, long n) in local_cmpxchg() function
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
D | local.h | 55 #define local_cmpxchg(l, o, n) \ macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | local.h | 128 #define local_cmpxchg(l, o, n) \ macro
|