Searched refs:atomic64_cmpxchg (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.15/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()
|
| /Linux-v5.15/arch/x86/kernel/ |
| D | pvclock.c | 107 last = atomic64_cmpxchg(&last_value, last, ret); in pvclock_clocksource_read()
|
| /Linux-v5.15/include/asm-generic/ |
| D | local64.h | 83 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
|
| /Linux-v5.15/net/core/ |
| D | sock_diag.c | 33 atomic64_cmpxchg(&sk->sk_cookie, 0, res); in __sock_gen_cookie()
|
| /Linux-v5.15/arch/powerpc/mm/book3s64/ |
| D | iommu_api.c | 267 if (atomic64_cmpxchg(&mem->mapped, 1, 0) != 1) { in mm_iommu_put()
|
| /Linux-v5.15/lib/ |
| D | test_lockup.c | 237 max_wait = atomic64_cmpxchg(&max_lock_wait, in test_lock()
|
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_gmc.c | 431 if (atomic64_cmpxchg(&fault->key, key, 0) == key) in amdgpu_gmc_filter_faults_remove()
|
| /Linux-v5.15/block/ |
| D | blk-iolatency.c | 632 if (atomic64_cmpxchg(&iolat->window_start, in blkcg_iolatency_done_bio()
|
| D | blk-cgroup.c | 1594 atomic64_cmpxchg(&blkg->delay_start, old, now) == old) { in blkcg_scale_delay()
|
| /Linux-v5.15/kernel/time/ |
| D | posix-cpu-timers.c | 243 if (atomic64_cmpxchg(cputime, curr_cputime, sum_cputime) != curr_cputime) in __update_gt_cputime()
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_log.c | 115 head_val = atomic64_cmpxchg(head, old, new); in xlog_grant_sub_space() 144 head_val = atomic64_cmpxchg(head, old, new); in xlog_grant_add_space()
|
| /Linux-v5.15/include/linux/atomic/ |
| D | atomic-instrumented.h | 1051 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function
|
| /Linux-v5.15/kernel/bpf/ |
| D | core.c | 1717 BPF_R0 = (u64) atomic64_cmpxchg( in ___bpf_prog_run()
|