Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/include/asm/xen/
A Devents.h20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
/linux-6.3-rc2/arch/arm/mm/
A 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.3-rc2/include/asm-generic/
A Dlocal64.h84 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n))
/linux-6.3-rc2/net/netfilter/
A 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()
A Dnf_conntrack_netlink.c261 pkts = atomic64_xchg(&counter[dir].packets, 0); in dump_counters()
262 bytes = atomic64_xchg(&counter[dir].bytes, 0); in dump_counters()
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_fence.c251 } while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq); in radeon_fence_activity()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_process.c2008 if (atomic64_xchg(&pdd->tlb_seq, tlb_seq) == tlb_seq) in kfd_flush_tlb()
/linux-6.3-rc2/include/linux/atomic/
A Datomic-instrumented.h1089 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function
/linux-6.3-rc2/arch/mips/net/
A Dbpf_jit_comp32.c793 return atomic64_xchg(v, a); in jit_xchg64()
/linux-6.3-rc2/kernel/bpf/
A Dcore.c1974 SRC = (u64) atomic64_xchg( in ___bpf_prog_run()
/linux-6.3-rc2/drivers/scsi/lpfc/
A Dlpfc_init.c6043 total += atomic64_xchg(&cgs->total_bytes, 0); in lpfc_cmf_timer()
6045 lat += atomic64_xchg(&cgs->rx_latency, 0); in lpfc_cmf_timer()
6046 rcv += atomic64_xchg(&cgs->rcv_bytes, 0); in lpfc_cmf_timer()

Completed in 54 milliseconds