Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Diversion.h149 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, val)); in inode_set_max_iversion_raw()
/openbmc/linux/include/asm-generic/
H A Dlocal64.h93 #define local64_try_cmpxchg(l, po, n) atomic64_try_cmpxchg((&(l)->a), (po), (n))
/openbmc/linux/net/tls/
H A Dtls_device.c752 atomic64_try_cmpxchg(&resync_async->req, &resync_req, 0)) { in tls_device_rx_resync_async()
764 atomic64_try_cmpxchg(&resync_async->req, in tls_device_rx_resync_async()
799 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0)) in tls_device_rx_resync_new_rec()
/openbmc/linux/fs/
H A Dlibfs.c1928 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new)); in inode_maybe_inc_iversion()
1964 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new)); in inode_query_iversion()
/openbmc/linux/block/
H A Dblk-iolatency.c633 if (atomic64_try_cmpxchg(&iolat->window_start, in blkcg_iolatency_done_bio()
H A Dblk-cgroup.c1857 atomic64_try_cmpxchg(&blkg->delay_start, &old, now)) { in blkcg_scale_delay()
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c251 } while (!atomic64_try_cmpxchg(cputime, &curr_cputime, sum_cputime)); in __update_gt_cputime()
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h2834 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() function