Home
last modified time | relevance | path

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

/linux-6.15/include/asm-generic/
H A Dlocal64.h92 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
/linux-6.15/security/landlock/
H A Did.c39 atomic64_cmpxchg(counter, COUNTER_PRE_INIT, init); in init_id()
/linux-6.15/kernel/cgroup/
H A Dmisc.c116 if (atomic64_cmpxchg(&res->watermark, old, new_usage) == old) in misc_cg_update_watermark()
/linux-6.15/net/core/
H A Dsock_diag.c34 atomic64_cmpxchg(&sk->sk_cookie, res, new); in __sock_gen_cookie()
/linux-6.15/arch/powerpc/mm/book3s64/
H A Diommu_api.c267 if (atomic64_cmpxchg(&mem->mapped, 1, 0) != 1) { in mm_iommu_put()
/linux-6.15/lib/
H A Dtest_lockup.c237 max_wait = atomic64_cmpxchg(&max_lock_wait, in test_lock()
/linux-6.15/fs/btrfs/
H A Dextent_map.c1373 if (atomic64_cmpxchg(&fs_info->em_shrinker_nr_to_scan, 0, nr_to_scan) != 0) in btrfs_free_extent_maps()
/linux-6.15/net/mptcp/
H A Doptions.c1276 rcv_wnd = atomic64_cmpxchg(&msk->rcv_wnd_sent, rcv_wnd_old, rcv_wnd_new); in mptcp_set_rwin()
/linux-6.15/include/linux/atomic/
H A Datomic-instrumented.h2770 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function
/linux-6.15/arch/mips/net/
H A Dbpf_jit_comp32.c930 emit_mov_i(ctx, MIPS_R_T9, (u32)&atomic64_cmpxchg); in emit_cmpxchg_r64()
/linux-6.15/kernel/bpf/
H A Dcore.c2209 BPF_R0 = (u64) atomic64_cmpxchg( in ___bpf_prog_run()