Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/asm-generic/
A Dlocal64.h83 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
/linux-6.3-rc2/net/core/
A Dsock_diag.c33 atomic64_cmpxchg(&sk->sk_cookie, res, new); in __sock_gen_cookie()
/linux-6.3-rc2/arch/powerpc/mm/book3s64/
A Diommu_api.c267 if (atomic64_cmpxchg(&mem->mapped, 1, 0) != 1) { in mm_iommu_put()
/linux-6.3-rc2/lib/
A Dtest_lockup.c237 max_wait = atomic64_cmpxchg(&max_lock_wait, in test_lock()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_gmc.c442 if (atomic64_cmpxchg(&fault->key, key, 0) == key) in amdgpu_gmc_filter_faults_remove()
/linux-6.3-rc2/fs/xfs/
A 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-6.3-rc2/net/mptcp/
A Doptions.c1257 rcv_wnd = atomic64_cmpxchg(&msk->rcv_wnd_sent, rcv_wnd_old, rcv_wnd_new); in mptcp_set_rwin()
/linux-6.3-rc2/include/linux/atomic/
A Datomic-instrumented.h1119 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function
/linux-6.3-rc2/arch/mips/net/
A Dbpf_jit_comp32.c930 emit_mov_i(ctx, MIPS_R_T9, (u32)&atomic64_cmpxchg); in emit_cmpxchg_r64()
/linux-6.3-rc2/kernel/bpf/
A Dcore.c1984 BPF_R0 = (u64) atomic64_cmpxchg( in ___bpf_prog_run()

Completed in 26 milliseconds