| /Linux-v5.4/include/linux/ |
| D | iversion.h | 132 old = atomic64_cmpxchg(&inode->i_version, cur, val); in inode_set_max_iversion_raw() 222 old = atomic64_cmpxchg(&inode->i_version, cur, new); in inode_maybe_inc_iversion() 323 old = atomic64_cmpxchg(&inode->i_version, cur, new); in inode_query_iversion()
|
| D | atomic-fallback.h | 1975 #define atomic64_cmpxchg_acquire atomic64_cmpxchg 1976 #define atomic64_cmpxchg_release atomic64_cmpxchg 1977 #define atomic64_cmpxchg_relaxed atomic64_cmpxchg 2001 #ifndef atomic64_cmpxchg 2003 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function 2011 #define atomic64_cmpxchg atomic64_cmpxchg macro 2028 r = atomic64_cmpxchg(v, o, new); in atomic64_try_cmpxchg()
|
| /Linux-v5.4/lib/ |
| D | atomic64.c | 148 s64 atomic64_cmpxchg(atomic64_t *v, s64 o, s64 n) in atomic64_cmpxchg() function 161 EXPORT_SYMBOL(atomic64_cmpxchg);
|
| /Linux-v5.4/include/asm-generic/ |
| D | atomic64.h | 51 extern s64 atomic64_cmpxchg(atomic64_t *v, s64 o, s64 n);
|
| D | local64.h | 83 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
|
| D | atomic-instrumented.h | 1461 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function 1466 #define atomic64_cmpxchg atomic64_cmpxchg macro
|
| D | atomic-long.h | 412 return atomic64_cmpxchg(v, old, new); in atomic_long_cmpxchg()
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | atomic_64.h | 60 #define atomic64_cmpxchg(v, o, n) \ macro
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | pvclock.c | 107 last = atomic64_cmpxchg(&last_value, last, ret); in pvclock_clocksource_read()
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | atomic.h | 127 static inline s64 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | atomic.h | 222 #define atomic64_cmpxchg(v, o, n) \ macro
|
| /Linux-v5.4/arch/alpha/include/asm/ |
| D | atomic.h | 202 #define atomic64_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() macro
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | atomic.h | 214 #define atomic64_cmpxchg(v, old, new) \ macro
|
| /Linux-v5.4/net/core/ |
| D | sock_diag.c | 32 atomic64_cmpxchg(&sk->sk_cookie, 0, res); in sock_gen_cookie()
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | atomic.h | 429 #define atomic64_cmpxchg(v, o, n) \ macro
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | atomic.h | 487 #define atomic64_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
| /Linux-v5.4/arch/arc/include/asm/ |
| D | atomic.h | 445 atomic64_cmpxchg(atomic64_t *ptr, s64 expected, s64 new)
|
| /Linux-v5.4/block/ |
| D | blk-iolatency.c | 631 if (atomic64_cmpxchg(&iolat->window_start, in blkcg_iolatency_done_bio()
|
| D | blk-cgroup.c | 1657 atomic64_cmpxchg(&blkg->delay_start, old, now) == old) { in blkcg_scale_delay()
|
| /Linux-v5.4/kernel/time/ |
| D | posix-cpu-timers.c | 253 if (atomic64_cmpxchg(cputime, curr_cputime, sum_cputime) != curr_cputime) in __update_gt_cputime()
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_log.c | 138 head_val = atomic64_cmpxchg(head, old, new); in xlog_grant_sub_space() 167 head_val = atomic64_cmpxchg(head, old, new); in xlog_grant_add_space()
|