Home
last modified time | relevance | path

Searched refs:arch_atomic64_try_cmpxchg (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
A Datomic64_64.h188 static __always_inline bool arch_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg() function
192 #define arch_atomic64_try_cmpxchg arch_atomic64_try_cmpxchg macro
213 } while (!arch_atomic64_try_cmpxchg(v, &val, val & i)); in arch_atomic64_fetch_and()
231 } while (!arch_atomic64_try_cmpxchg(v, &val, val | i)); in arch_atomic64_fetch_or()
249 } while (!arch_atomic64_try_cmpxchg(v, &val, val ^ i)); in arch_atomic64_fetch_xor()
/linux/include/linux/atomic/
A Datomic-arch-fallback.h2086 #ifdef arch_atomic64_try_cmpxchg
2092 #ifndef arch_atomic64_try_cmpxchg
2094 arch_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg() function
2102 #define arch_atomic64_try_cmpxchg arch_atomic64_try_cmpxchg macro
2167 #ifndef arch_atomic64_try_cmpxchg
2169 arch_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg() function
2177 #define arch_atomic64_try_cmpxchg arch_atomic64_try_cmpxchg macro
2270 } while (!arch_atomic64_try_cmpxchg(v, &c, c + a)); in arch_atomic64_fetch_add_unless()
2320 } while (!arch_atomic64_try_cmpxchg(v, &c, c + 1)); in arch_atomic64_inc_unless_negative()
2336 } while (!arch_atomic64_try_cmpxchg(v, &c, c - 1)); in arch_atomic64_dec_unless_positive()
[all …]
A Datomic-long.h437 return arch_atomic64_try_cmpxchg(v, (s64 *)old, new); in arch_atomic_long_try_cmpxchg()
A Datomic-instrumented.h1083 return arch_atomic64_try_cmpxchg(v, old, new); in atomic64_try_cmpxchg()

Completed in 16 milliseconds