Searched defs:local_try_cmpxchg (Results 1 – 6 of 6) sorted by relevance
/linux/include/asm-generic/ |
H A D | local.h | 45 #define local_try_cmpxchg(l, po, n) atomic_long_try_cmpxchg((&(l)->a), (po), (n)) macro
|
/linux/arch/loongarch/include/asm/ |
H A D | local.h | 64 static inline bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg() function
|
/linux/arch/alpha/include/asm/ |
H A D | local.h | 60 static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg() function
|
/linux/arch/x86/include/asm/ |
H A D | local.h | 128 static inline bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg() function
|
/linux/arch/powerpc/include/asm/ |
H A D | local.h | 93 static __inline__ bool local_try_cmpxchg(local_t *l, long *po, long n) in local_try_cmpxchg() function
|
/linux/arch/mips/include/asm/ |
H A D | local.h | 102 static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg() function
|