Searched refs:atomic64_xchg (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/arch/arm/include/asm/xen/ |
| D | events.h | 20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
|
| /Linux-v5.15/arch/arm/mm/ |
| D | context.c | 144 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/ |
| D | local64.h | 84 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n))
|
| /Linux-v5.15/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 | 255 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/ |
| D | radeon_fence.c | 258 } while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq); in radeon_fence_activity()
|
| /Linux-v5.15/include/linux/atomic/ |
| D | atomic-instrumented.h | 1023 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function
|
| /Linux-v5.15/kernel/bpf/ |
| D | core.c | 1707 SRC = (u64) atomic64_xchg( in ___bpf_prog_run()
|
| /Linux-v5.15/drivers/scsi/lpfc/ |
| D | lpfc_init.c | 5916 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()
|