Home
last modified time | relevance | path

Searched refs:atomic64_try_cmpxchg (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Diversion.h149 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, val)); in inode_set_max_iversion_raw()
/linux/include/asm-generic/
H A Dlocal64.h93 #define local64_try_cmpxchg(l, po, n) atomic64_try_cmpxchg((&(l)->a), (po), (n))
/linux/net/tls/
H A Dtls_device.c750 atomic64_try_cmpxchg(&resync_async->req, &resync_req, 0)) { in tls_device_rx_resync_async()
762 atomic64_try_cmpxchg(&resync_async->req, in tls_device_rx_resync_async()
797 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0)) in tls_device_rx_resync_new_rec()
/linux/rust/helpers/
H A Datomic.c940 return atomic64_try_cmpxchg(v, old, new); in rust_helper_atomic64_try_cmpxchg()
/linux/fs/
H A Dlibfs.c2036 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new)); in inode_maybe_inc_iversion()
2074 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new)); in inode_query_iversion()
/linux/block/
H A Dblk-iolatency.c625 if (atomic64_try_cmpxchg(&iolat->window_start, in blkcg_iolatency_done_bio()
H A Dblk-cgroup.c1894 atomic64_try_cmpxchg(&blkg->delay_start, &old, now)) { in blkcg_scale_delay()
/linux/kernel/time/
H A Dposix-cpu-timers.c251 } while (!atomic64_try_cmpxchg(cputime, &curr_cputime, sum_cputime)); in __update_gt_cputime()
H A Dtimekeeping.c2492 if (atomic64_try_cmpxchg(&mg_floor, &old, mono)) { in ktime_get_real_ts64_mg()
/linux/include/linux/atomic/
H A Datomic-instrumented.h2853 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function