atomic64_xchg      20 arch/arm/include/asm/xen/events.h #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
atomic64_xchg     144 arch/arm/mm/context.c 		asid = atomic64_xchg(&per_cpu(active_asids, i), 0);
atomic64_xchg     255 arch/arm/mm/context.c 	    && atomic64_xchg(&per_cpu(active_asids, cpu), asid))
atomic64_xchg     259 drivers/gpu/drm/radeon/radeon_fence.c 	} while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq);
atomic64_xchg    1426 include/asm-generic/atomic-instrumented.h #define atomic64_xchg atomic64_xchg
atomic64_xchg     388 include/asm-generic/atomic-long.h 	return atomic64_xchg(v, i);
atomic64_xchg      52 include/asm-generic/atomic64.h extern s64 atomic64_xchg(atomic64_t *v, s64 new);
atomic64_xchg      84 include/asm-generic/local64.h #define local64_xchg(l, n)	atomic64_xchg((&(l)->a), (n))
atomic64_xchg    1933 include/linux/atomic-fallback.h #define atomic64_xchg_acquire atomic64_xchg
atomic64_xchg    1934 include/linux/atomic-fallback.h #define atomic64_xchg_release atomic64_xchg
atomic64_xchg    1935 include/linux/atomic-fallback.h #define atomic64_xchg_relaxed atomic64_xchg
atomic64_xchg    1959 include/linux/atomic-fallback.h #ifndef atomic64_xchg
atomic64_xchg    1969 include/linux/atomic-fallback.h #define atomic64_xchg atomic64_xchg
atomic64_xchg     175 lib/atomic64.c EXPORT_SYMBOL(atomic64_xchg);
atomic64_xchg     245 net/netfilter/nf_conntrack_netlink.c 		pkts = atomic64_xchg(&counter[dir].packets, 0);
atomic64_xchg     246 net/netfilter/nf_conntrack_netlink.c 		bytes = atomic64_xchg(&counter[dir].bytes, 0);
atomic64_xchg     155 net/netfilter/nfnetlink_acct.c 		pkts = atomic64_xchg(&acct->pkts, 0);
atomic64_xchg     156 net/netfilter/nfnetlink_acct.c 		bytes = atomic64_xchg(&acct->bytes, 0);