Searched refs:atomic64_xchg (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/arm/mm/ |
| H A D | context.c | 144 asid = atomic64_xchg(&per_cpu(active_asids, i), 0); in flush_context() 254 && atomic64_xchg(&per_cpu(active_asids, cpu), asid)) in check_and_switch_context()
|
| /linux/arch/arm/include/asm/xen/ |
| H A D | events.h | 20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
|
| /linux/net/netfilter/ |
| H A D | nfnetlink_acct.c | 161 pkts = atomic64_xchg(&acct->pkts, 0); in nfnl_acct_fill_info() 162 bytes = atomic64_xchg(&acct->bytes, 0); in nfnl_acct_fill_info()
|
| H A D | nf_conntrack_netlink.c | 267 pkts = atomic64_xchg(&counter[dir].packets, 0); in dump_counters() 268 bytes = atomic64_xchg(&counter[dir].bytes, 0); in dump_counters()
|
| /linux/include/asm-generic/ |
| H A D | local64.h | 94 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n))
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_fence.c | 251 } while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq); in radeon_fence_activity()
|
| /linux/rust/helpers/ |
| H A D | atomic.c | 892 return atomic64_xchg(v, new); in rust_helper_atomic64_xchg()
|
| /linux/fs/afs/ |
| H A D | internal.h | 1802 return atomic64_xchg(&vnode->cb_expires_at, AFS_NO_CB_PROMISE) != AFS_NO_CB_PROMISE; in afs_clear_cb_promise()
|
| /linux/include/linux/atomic/ |
| H A D | atomic-instrumented.h | 2694 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg() function
|
| /linux/arch/mips/net/ |
| H A D | bpf_jit_comp32.c | 793 return atomic64_xchg(v, a); in jit_xchg64()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vm.c | 1698 if (atomic64_xchg(&vm->kfd_last_flushed_seq, tlb_seq) == tlb_seq) in amdgpu_vm_flush_compute_tlb()
|
| /linux/kernel/bpf/ |
| H A D | core.c | 2180 SRC = (u64) atomic64_xchg( in ___bpf_prog_run()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 6020 total += atomic64_xchg(&cgs->total_bytes, 0); in lpfc_cmf_timer() 6022 lat += atomic64_xchg(&cgs->rx_latency, 0); in lpfc_cmf_timer() 6023 rcv += atomic64_xchg(&cgs->rcv_bytes, 0); in lpfc_cmf_timer()
|