/Linux-v5.4/arch/arm/include/asm/xen/ |
D | events.h | 20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
|
/Linux-v5.4/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.4/lib/ |
D | atomic64.c | 163 s64 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg() function 175 EXPORT_SYMBOL(atomic64_xchg);
|
/Linux-v5.4/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 | 1421 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function 1426 #define atomic64_xchg atomic64_xchg macro
|
D | atomic-long.h | 388 return atomic64_xchg(v, i); in atomic_long_xchg()
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | atomic_64.h | 62 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.4/include/linux/ |
D | atomic-fallback.h | 1933 #define atomic64_xchg_acquire atomic64_xchg 1934 #define atomic64_xchg_release atomic64_xchg 1935 #define atomic64_xchg_relaxed atomic64_xchg 1959 #ifndef atomic64_xchg 1961 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function 1969 #define atomic64_xchg atomic64_xchg macro
|
/Linux-v5.4/arch/s390/include/asm/ |
D | atomic.h | 125 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.4/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 | 245 pkts = atomic64_xchg(&counter[dir].packets, 0); in dump_counters() 246 bytes = atomic64_xchg(&counter[dir].bytes, 0); in dump_counters()
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | atomic.h | 224 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | atomic.h | 203 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | atomic.h | 216 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.4/arch/mips/include/asm/ |
D | atomic.h | 431 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | atomic.h | 493 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/Linux-v5.4/arch/arc/include/asm/ |
D | atomic.h | 467 static inline s64 atomic64_xchg(atomic64_t *ptr, s64 new)
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 259 } while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq); in radeon_fence_activity()
|