Searched refs:atomic64_cmpxchg (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/hfs/ |
| H A D | catalog.c | 219 atomic64_cmpxchg(&HFS_SB(sb)->next_id, in hfs_set_next_unused_CNID() 222 atomic64_cmpxchg(&HFS_SB(sb)->next_id, in hfs_set_next_unused_CNID()
|
| /linux/include/asm-generic/ |
| H A D | local64.h | 92 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n))
|
| /linux/security/landlock/ |
| H A D | id.c | 39 atomic64_cmpxchg(counter, COUNTER_PRE_INIT, init); in init_id()
|
| /linux/kernel/cgroup/ |
| H A D | misc.c | 120 if (atomic64_cmpxchg(&res->watermark, old, new_usage) == old) in misc_cg_update_watermark()
|
| /linux/net/core/ |
| H A D | sock_diag.c | 34 atomic64_cmpxchg(&sk->sk_cookie, res, new); in __sock_gen_cookie()
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | iommu_api.c | 267 if (atomic64_cmpxchg(&mem->mapped, 1, 0) != 1) { in mm_iommu_put()
|
| /linux/lib/ |
| H A D | test_lockup.c | 237 max_wait = atomic64_cmpxchg(&max_lock_wait, in test_lock()
|
| /linux/rust/helpers/ |
| H A D | atomic.c | 916 return atomic64_cmpxchg(v, old, new); in rust_helper_atomic64_cmpxchg()
|
| /linux/fs/btrfs/ |
| H A D | extent_map.c | 1372 if (atomic64_cmpxchg(&fs_info->em_shrinker_nr_to_scan, 0, nr_to_scan) != 0) in btrfs_free_extent_maps()
|
| /linux/net/mptcp/ |
| H A D | options.c | 1280 rcv_wnd = atomic64_cmpxchg(&msk->rcv_wnd_sent, rcv_wnd_old, rcv_wnd_new); in mptcp_set_rwin()
|
| /linux/include/linux/atomic/ |
| H A D | atomic-instrumented.h | 2770 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() function
|
| /linux/arch/mips/net/ |
| H A D | bpf_jit_comp32.c | 930 emit_mov_i(ctx, MIPS_R_T9, (u32)&atomic64_cmpxchg); in emit_cmpxchg_r64()
|
| /linux/kernel/bpf/ |
| H A D | core.c | 2192 BPF_R0 = (u64) atomic64_cmpxchg( in ___bpf_prog_run()
|