Searched refs:raw_atomic64_try_cmpxchg (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/arch/x86/kernel/ |
D | pvclock.c | 108 } while (!raw_atomic64_try_cmpxchg(&last_value, &last, ret)); in __pvclock_clocksource_read()
|
/Linux-v6.6/include/linux/atomic/ |
D | atomic-arch-fallback.h | 4221 raw_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in raw_atomic64_try_cmpxchg() function 4521 } while (!raw_atomic64_try_cmpxchg(v, &c, c + a)); in raw_atomic64_fetch_add_unless() 4590 } while (!raw_atomic64_try_cmpxchg(v, &c, c + 1)); in raw_atomic64_inc_unless_negative() 4617 } while (!raw_atomic64_try_cmpxchg(v, &c, c - 1)); in raw_atomic64_dec_unless_positive() 4645 } while (!raw_atomic64_try_cmpxchg(v, &c, dec)); in raw_atomic64_dec_if_positive()
|
D | atomic-long.h | 1453 return raw_atomic64_try_cmpxchg(v, (s64 *)old, new); in raw_atomic_long_try_cmpxchg()
|
D | atomic-instrumented.h | 2839 return raw_atomic64_try_cmpxchg(v, old, new); in atomic64_try_cmpxchg()
|