Searched refs:atomic64_cmpxchg (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal64.h92 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
/linux-master/arch/powerpc/mm/book3s64/
H A Diommu_api.c267 if (atomic64_cmpxchg(&mem->mapped, 1, 0) != 1) {
/linux-master/net/core/
H A Dsock_diag.c34 atomic64_cmpxchg(&sk->sk_cookie, res, new);
/linux-master/fs/bcachefs/
H A Djournal.h359 } while ((v = atomic64_cmpxchg(&j->reservations.counter,
H A Djournal.c258 } while ((v = atomic64_cmpxchg(&j->reservations.counter,
459 } while ((v = atomic64_cmpxchg(&j->reservations.counter,
H A Dbuckets.c724 } while ((v = atomic64_cmpxchg(&c->sectors_available,
1296 } while ((v = atomic64_cmpxchg(&c->sectors_available,
H A Dio_write.c87 } while ((v = atomic64_cmpxchg(latency, old, new)) != old);
H A Djournal_io.c1672 } while ((v = atomic64_cmpxchg(&j->reservations.counter, old.v, new.v)) != old.v);
/linux-master/lib/
H A Dtest_lockup.c237 max_wait = atomic64_cmpxchg(&max_lock_wait,
/linux-master/fs/xfs/
H A Dxfs_log.c166 head_val = atomic64_cmpxchg(head, old, new);
195 head_val = atomic64_cmpxchg(head, old, new);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h2757 * atomic64_cmpxchg() - atomic compare and exchange with full ordering
2770 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) function
/linux-master/net/mptcp/
H A Doptions.c1270 rcv_wnd = atomic64_cmpxchg(&msk->rcv_wnd_sent, rcv_wnd_old, rcv_wnd_new);
/linux-master/arch/mips/net/
H A Dbpf_jit_comp32.c930 emit_mov_i(ctx, MIPS_R_T9, (u32)&atomic64_cmpxchg);
/linux-master/kernel/bpf/
H A Dcore.c2177 BPF_R0 = (u64) atomic64_cmpxchg(

Completed in 305 milliseconds