Searched refs:raw_atomic64_try_cmpxchg (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/x86/kernel/ |
| H A D | pvclock.c | 108 } while (!raw_atomic64_try_cmpxchg(&last_value, &last, ret)); in __pvclock_clocksource_read()
|
| /linux-6.15/include/linux/atomic/ |
| H A D | atomic-arch-fallback.h | 4253 raw_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in raw_atomic64_try_cmpxchg() function 4557 } while (!raw_atomic64_try_cmpxchg(v, &c, c + a)); in raw_atomic64_fetch_add_unless() 4629 } while (!raw_atomic64_try_cmpxchg(v, &c, c + 1)); in raw_atomic64_inc_unless_negative() 4657 } while (!raw_atomic64_try_cmpxchg(v, &c, c - 1)); in raw_atomic64_dec_unless_positive() 4686 } while (!raw_atomic64_try_cmpxchg(v, &c, dec)); in raw_atomic64_dec_if_positive()
|
| H A D | atomic-long.h | 1458 return raw_atomic64_try_cmpxchg(v, (s64 *)old, new); in raw_atomic_long_try_cmpxchg()
|
| H A D | atomic-instrumented.h | 2858 return raw_atomic64_try_cmpxchg(v, old, new); in atomic64_try_cmpxchg()
|