Home
last modified time | relevance | path

Searched refs:atomic64_xchg (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/arch/arm/include/asm/xen/
Devents.h20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
/linux-6.6.21/arch/arm/mm/
Dcontext.c144 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-6.6.21/include/asm-generic/
Dlocal64.h94 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n))
/linux-6.6.21/net/netfilter/
Dnfnetlink_acct.c161 pkts = atomic64_xchg(&acct->pkts, 0); in nfnl_acct_fill_info()
162 bytes = atomic64_xchg(&acct->bytes, 0); in nfnl_acct_fill_info()
Dnf_conntrack_netlink.c266 pkts = atomic64_xchg(&counter[dir].packets, 0); in dump_counters()
267 bytes = atomic64_xchg(&counter[dir].bytes, 0); in dump_counters()
/linux-6.6.21/drivers/gpu/drm/radeon/
Dradeon_fence.c251 } while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq); in radeon_fence_activity()
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c2070 if (atomic64_xchg(&pdd->tlb_seq, tlb_seq) == tlb_seq) in kfd_flush_tlb()
/linux-6.6.21/include/linux/atomic/
Datomic-instrumented.h2680 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg() function
/linux-6.6.21/arch/mips/net/
Dbpf_jit_comp32.c793 return atomic64_xchg(v, a); in jit_xchg64()
/linux-6.6.21/kernel/bpf/
Dcore.c2132 SRC = (u64) atomic64_xchg( in ___bpf_prog_run()
/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_init.c6008 total += atomic64_xchg(&cgs->total_bytes, 0); in lpfc_cmf_timer()
6010 lat += atomic64_xchg(&cgs->rx_latency, 0); in lpfc_cmf_timer()
6011 rcv += atomic64_xchg(&cgs->rcv_bytes, 0); in lpfc_cmf_timer()