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