Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/
Dpvclock.c107 last = atomic64_cmpxchg(&last_value, last, ret); in pvclock_clocksource_read()
/Linux-v6.1/include/asm-generic/
Dlocal64.h83 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
/Linux-v6.1/net/core/
Dsock_diag.c34 atomic64_cmpxchg(&sk->sk_cookie, 0, res); in __sock_gen_cookie()
/Linux-v6.1/arch/powerpc/mm/book3s64/
Diommu_api.c267 if (atomic64_cmpxchg(&mem->mapped, 1, 0) != 1) { in mm_iommu_put()
/Linux-v6.1/lib/
Dtest_lockup.c237 max_wait = atomic64_cmpxchg(&max_lock_wait, in test_lock()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gmc.c434 if (atomic64_cmpxchg(&fault->key, key, 0) == key) in amdgpu_gmc_filter_faults_remove()
/Linux-v6.1/kernel/time/
Dposix-cpu-timers.c250 if (atomic64_cmpxchg(cputime, curr_cputime, sum_cputime) != curr_cputime) in __update_gt_cputime()
/Linux-v6.1/fs/xfs/
Dxfs_log.c166 head_val = atomic64_cmpxchg(head, old, new); in xlog_grant_sub_space()
195 head_val = atomic64_cmpxchg(head, old, new); in xlog_grant_add_space()
/Linux-v6.1/net/mptcp/
Doptions.c1248 rcv_wnd = atomic64_cmpxchg(&msk->rcv_wnd_sent, rcv_wnd_old, rcv_wnd_new); in mptcp_set_rwin()
/Linux-v6.1/include/linux/atomic/
Datomic-instrumented.h1119 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function
/Linux-v6.1/arch/mips/net/
Dbpf_jit_comp32.c930 emit_mov_i(ctx, MIPS_R_T9, (u32)&atomic64_cmpxchg); in emit_cmpxchg_r64()
/Linux-v6.1/kernel/bpf/
Dcore.c1982 BPF_R0 = (u64) atomic64_cmpxchg( in ___bpf_prog_run()