Searched refs:atomic64_xchg (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/arch/arm/include/asm/xen/ |
D | events.h | 20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
|
/linux-6.6.21/arch/arm/mm/ |
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-6.6.21/include/asm-generic/ |
D | local64.h | 94 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n))
|
/linux-6.6.21/net/netfilter/ |
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()
|
D | nf_conntrack_netlink.c | 266 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/ |
D | radeon_fence.c | 251 } while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq); in radeon_fence_activity()
|
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 2070 if (atomic64_xchg(&pdd->tlb_seq, tlb_seq) == tlb_seq) in kfd_flush_tlb()
|
/linux-6.6.21/include/linux/atomic/ |
D | atomic-instrumented.h | 2680 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg() function
|
/linux-6.6.21/arch/mips/net/ |
D | bpf_jit_comp32.c | 793 return atomic64_xchg(v, a); in jit_xchg64()
|
/linux-6.6.21/kernel/bpf/ |
D | core.c | 2132 SRC = (u64) atomic64_xchg( in ___bpf_prog_run()
|
/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_init.c | 6008 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()
|