Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm/include/asm/xen/
Devents.h20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
/Linux-v5.15/arch/arm/mm/
Dcontext.c144 asid = atomic64_xchg(&per_cpu(active_asids, i), 0); in flush_context()
255 && atomic64_xchg(&per_cpu(active_asids, cpu), asid)) in check_and_switch_context()
/Linux-v5.15/include/asm-generic/
Dlocal64.h84 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n))
/Linux-v5.15/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.c255 pkts = atomic64_xchg(&counter[dir].packets, 0); in dump_counters()
256 bytes = atomic64_xchg(&counter[dir].bytes, 0); in dump_counters()
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_fence.c258 } while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq); in radeon_fence_activity()
/Linux-v5.15/include/linux/atomic/
Datomic-instrumented.h1023 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function
/Linux-v5.15/kernel/bpf/
Dcore.c1707 SRC = (u64) atomic64_xchg( in ___bpf_prog_run()
/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_init.c5916 total += atomic64_xchg(&cgs->total_bytes, 0); in lpfc_cmf_timer()
5918 lat += atomic64_xchg(&cgs->rx_latency, 0); in lpfc_cmf_timer()
5919 rcv += atomic64_xchg(&cgs->rcv_bytes, 0); in lpfc_cmf_timer()