Searched refs:atomic64_cmpxchg (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/arch/x86/kernel/ |
D | pvclock.c | 107 last = atomic64_cmpxchg(&last_value, last, ret); in pvclock_clocksource_read()
|
/Linux-v6.1/include/asm-generic/ |
D | local64.h | 83 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
|
/Linux-v6.1/net/core/ |
D | sock_diag.c | 34 atomic64_cmpxchg(&sk->sk_cookie, 0, res); in __sock_gen_cookie()
|
/Linux-v6.1/arch/powerpc/mm/book3s64/ |
D | iommu_api.c | 267 if (atomic64_cmpxchg(&mem->mapped, 1, 0) != 1) { in mm_iommu_put()
|
/Linux-v6.1/lib/ |
D | test_lockup.c | 237 max_wait = atomic64_cmpxchg(&max_lock_wait, in test_lock()
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gmc.c | 434 if (atomic64_cmpxchg(&fault->key, key, 0) == key) in amdgpu_gmc_filter_faults_remove()
|
/Linux-v6.1/kernel/time/ |
D | posix-cpu-timers.c | 250 if (atomic64_cmpxchg(cputime, curr_cputime, sum_cputime) != curr_cputime) in __update_gt_cputime()
|
/Linux-v6.1/fs/xfs/ |
D | xfs_log.c | 166 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/ |
D | options.c | 1248 rcv_wnd = atomic64_cmpxchg(&msk->rcv_wnd_sent, rcv_wnd_old, rcv_wnd_new); in mptcp_set_rwin()
|
/Linux-v6.1/include/linux/atomic/ |
D | atomic-instrumented.h | 1119 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function
|
/Linux-v6.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-v6.1/kernel/bpf/ |
D | core.c | 1982 BPF_R0 = (u64) atomic64_cmpxchg( in ___bpf_prog_run()
|