Searched refs:atomic64_cmpxchg (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/include/asm-generic/ |
D | local64.h | 92 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
|
/linux-6.12.1/net/core/ |
D | sock_diag.c | 34 atomic64_cmpxchg(&sk->sk_cookie, res, new); in __sock_gen_cookie()
|
/linux-6.12.1/arch/powerpc/mm/book3s64/ |
D | iommu_api.c | 267 if (atomic64_cmpxchg(&mem->mapped, 1, 0) != 1) { in mm_iommu_put()
|
/linux-6.12.1/kernel/cgroup/ |
D | misc.c | 132 if (atomic64_cmpxchg(&res->watermark, old, new_usage) == old) in misc_cg_update_watermark()
|
/linux-6.12.1/lib/ |
D | test_lockup.c | 237 max_wait = atomic64_cmpxchg(&max_lock_wait, in test_lock()
|
/linux-6.12.1/net/mptcp/ |
D | options.c | 1272 rcv_wnd = atomic64_cmpxchg(&msk->rcv_wnd_sent, rcv_wnd_old, rcv_wnd_new); in mptcp_set_rwin()
|
/linux-6.12.1/include/linux/atomic/ |
D | atomic-instrumented.h | 2770 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function
|
/linux-6.12.1/arch/mips/net/ |
D | bpf_jit_comp32.c | 930 emit_mov_i(ctx, MIPS_R_T9, (u32)&atomic64_cmpxchg); in emit_cmpxchg_r64()
|
/linux-6.12.1/kernel/bpf/ |
D | core.c | 2190 BPF_R0 = (u64) atomic64_cmpxchg( in ___bpf_prog_run()
|