/Linux-v5.10/arch/arm/include/asm/xen/ |
D | events.h | 20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
|
/Linux-v5.10/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.10/lib/ |
D | atomic64.c | 163 s64 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg() function 175 EXPORT_SYMBOL(atomic64_xchg);
|
/Linux-v5.10/include/asm-generic/ |
D | atomic64.h | 52 extern s64 atomic64_xchg(atomic64_t *v, s64 new);
|
D | local64.h | 84 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n))
|
D | atomic-instrumented.h | 1422 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function 1427 #define atomic64_xchg atomic64_xchg macro
|
D | atomic-long.h | 389 return atomic64_xchg(v, i); in atomic_long_xchg()
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | atomic_64.h | 61 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.10/include/linux/ |
D | atomic-fallback.h | 2130 #define arch_atomic64_xchg atomic64_xchg 2136 #define atomic64_xchg_acquire atomic64_xchg 2137 #define atomic64_xchg_release atomic64_xchg 2138 #define atomic64_xchg_relaxed atomic64_xchg 2162 #ifndef atomic64_xchg 2164 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function 2172 #define atomic64_xchg atomic64_xchg macro
|
/Linux-v5.10/arch/s390/include/asm/ |
D | atomic.h | 131 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.10/net/netfilter/ |
D | nfnetlink_acct.c | 155 pkts = atomic64_xchg(&acct->pkts, 0); in nfnl_acct_fill_info() 156 bytes = atomic64_xchg(&acct->bytes, 0); in nfnl_acct_fill_info()
|
D | nf_conntrack_netlink.c | 247 pkts = atomic64_xchg(&counter[dir].packets, 0); in dump_counters() 248 bytes = atomic64_xchg(&counter[dir].bytes, 0); in dump_counters()
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | atomic.h | 224 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.10/arch/alpha/include/asm/ |
D | atomic.h | 202 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/Linux-v5.10/arch/ia64/include/asm/ |
D | atomic.h | 215 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.10/arch/arc/include/asm/ |
D | atomic.h | 361 static inline s64 atomic64_xchg(atomic64_t *ptr, s64 new)
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | atomic.h | 508 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.10/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 259 } while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq); in radeon_fence_activity()
|