| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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()
|
| H A D | atomic-fallback.h | 2177 #define arch_atomic64_cmpxchg atomic64_cmpxchg 2183 #define atomic64_cmpxchg_acquire atomic64_cmpxchg 2184 #define atomic64_cmpxchg_release atomic64_cmpxchg 2185 #define atomic64_cmpxchg_relaxed atomic64_cmpxchg 2209 #ifndef atomic64_cmpxchg 2211 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function 2219 #define atomic64_cmpxchg atomic64_cmpxchg macro 2241 r = atomic64_cmpxchg(v, o, new); in atomic64_try_cmpxchg()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | atomic64.c | 148 s64 atomic64_cmpxchg(atomic64_t *v, s64 o, s64 n) in atomic64_cmpxchg() function 161 EXPORT_SYMBOL(atomic64_cmpxchg);
|
| H A D | test_lockup.c | 237 max_wait = atomic64_cmpxchg(&max_lock_wait, in test_lock()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | atomic64.h | 51 extern s64 atomic64_cmpxchg(atomic64_t *v, s64 o, s64 n);
|
| H A D | local64.h | 83 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
|
| H A D | atomic-instrumented.h | 1462 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function 1467 #define atomic64_cmpxchg atomic64_cmpxchg macro
|
| H A D | atomic-long.h | 413 return atomic64_cmpxchg(v, old, new); in atomic_long_cmpxchg()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | atomic_64.h | 59 #define atomic64_cmpxchg(v, o, n) \ macro
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | pvclock.c | 107 last = atomic64_cmpxchg(&last_value, last, ret); in pvclock_clocksource_read()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | atomic.h | 133 static inline s64 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | atomic.h | 222 #define atomic64_cmpxchg(v, o, n) \ macro
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | atomic-long.h | 136 (atomic64_cmpxchg((atomic64_t *)(l), (old), (new)))
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | atomic.h | 201 #define atomic64_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() macro
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | atomic.h | 339 atomic64_cmpxchg(atomic64_t *ptr, s64 expected, s64 new)
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | atomic.h | 213 #define atomic64_cmpxchg(v, old, new) \ macro
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock_diag.c | 33 atomic64_cmpxchg(&sk->sk_cookie, 0, res); in __sock_gen_cookie()
|
| H A D | net_namespace.c | 83 atomic64_cmpxchg(&net->net_cookie, 0, res); in __net_gen_cookie()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | atomic.h | 502 #define atomic64_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-iolatency.c | 635 if (atomic64_cmpxchg(&iolat->window_start, in blkcg_iolatency_done_bio()
|
| H A D | blk-cgroup.c | 1621 atomic64_cmpxchg(&blkg->delay_start, old, now) == old) { in blkcg_scale_delay()
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | options.c | 832 old_snd_una = atomic64_cmpxchg(&msk->snd_una, snd_una, in update_una()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-cpu-timers.c | 243 if (atomic64_cmpxchg(cputime, curr_cputime, sum_cputime) != curr_cputime) in __update_gt_cputime()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_log.c | 116 head_val = atomic64_cmpxchg(head, old, new); in xlog_grant_sub_space() 145 head_val = atomic64_cmpxchg(head, old, new); in xlog_grant_add_space()
|