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

/linux-master/include/linux/
H A Diversion.h149 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, val));
/linux-master/include/asm-generic/
H A Dlocal64.h93 #define local64_try_cmpxchg(l, po, n) atomic64_try_cmpxchg((&(l)->a), (po), (n))
/linux-master/net/tls/
H A Dtls_device.c749 atomic64_try_cmpxchg(&resync_async->req, &resync_req, 0)) {
761 atomic64_try_cmpxchg(&resync_async->req,
796 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0))
/linux-master/fs/
H A Dlibfs.c1890 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new));
1926 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new));
/linux-master/block/
H A Dblk-iolatency.c633 if (atomic64_try_cmpxchg(&iolat->window_start,
H A Dblk-cgroup.c1813 atomic64_try_cmpxchg(&blkg->delay_start, &old, now)) {
/linux-master/kernel/time/
H A Dposix-cpu-timers.c251 } while (!atomic64_try_cmpxchg(cputime, &curr_cputime, sum_cputime));
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h2839 * atomic64_try_cmpxchg() - atomic compare and exchange with full ordering
2853 atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) function

Completed in 303 milliseconds