Home
last modified time | relevance | path

Searched refs:atomic64_cmpxchg (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/include/linux/
Diversion.h132 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/
Dpvclock.c107 last = atomic64_cmpxchg(&last_value, last, ret); in pvclock_clocksource_read()
/Linux-v5.15/include/asm-generic/
Dlocal64.h83 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
/Linux-v5.15/net/core/
Dsock_diag.c33 atomic64_cmpxchg(&sk->sk_cookie, 0, res); in __sock_gen_cookie()
/Linux-v5.15/arch/powerpc/mm/book3s64/
Diommu_api.c267 if (atomic64_cmpxchg(&mem->mapped, 1, 0) != 1) { in mm_iommu_put()
/Linux-v5.15/lib/
Dtest_lockup.c237 max_wait = atomic64_cmpxchg(&max_lock_wait, in test_lock()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gmc.c431 if (atomic64_cmpxchg(&fault->key, key, 0) == key) in amdgpu_gmc_filter_faults_remove()
/Linux-v5.15/block/
Dblk-iolatency.c632 if (atomic64_cmpxchg(&iolat->window_start, in blkcg_iolatency_done_bio()
Dblk-cgroup.c1594 atomic64_cmpxchg(&blkg->delay_start, old, now) == old) { in blkcg_scale_delay()
/Linux-v5.15/kernel/time/
Dposix-cpu-timers.c243 if (atomic64_cmpxchg(cputime, curr_cputime, sum_cputime) != curr_cputime) in __update_gt_cputime()
/Linux-v5.15/fs/xfs/
Dxfs_log.c115 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/
Datomic-instrumented.h1051 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function
/Linux-v5.15/kernel/bpf/
Dcore.c1717 BPF_R0 = (u64) atomic64_cmpxchg( in ___bpf_prog_run()