/linux-4.1.27/arch/arm/include/asm/xen/ |
D | events.h | 19 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((ptr), \
|
/linux-4.1.27/lib/ |
D | atomic64.c | 140 long long atomic64_xchg(atomic64_t *v, long long new) in atomic64_xchg() function 152 EXPORT_SYMBOL(atomic64_xchg);
|
D | atomic64_test.c | 98 BUG_ON(atomic64_xchg(&v, v1) != v0); in test_atomic64()
|
/linux-4.1.27/arch/arm/mm/ |
D | context.c | 147 asid = atomic64_xchg(&per_cpu(active_asids, i), 0); in flush_context() 244 && atomic64_xchg(&per_cpu(active_asids, cpu), asid)) in check_and_switch_context()
|
/linux-4.1.27/include/asm-generic/ |
D | atomic64.h | 41 extern long long atomic64_xchg(atomic64_t *v, long long new);
|
D | local64.h | 83 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n))
|
D | atomic-long.h | 137 (atomic64_xchg((atomic64_t *)(v), (new)))
|
/linux-4.1.27/arch/tile/include/asm/ |
D | atomic.h | 169 static inline long long atomic64_xchg(atomic64_t *v, long long n) in atomic64_xchg() function
|
/linux-4.1.27/arch/x86/include/asm/ |
D | atomic64_64.h | 169 static inline long atomic64_xchg(atomic64_t *v, long new) in atomic64_xchg() function
|
D | atomic64_32.h | 87 static inline long long atomic64_xchg(atomic64_t *v, long long n) in atomic64_xchg() function
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | atomic_64.h | 92 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | atomic.h | 182 #define atomic64_xchg(v, new) (__xchg_64(new, &(v)->counter)) macro
|
/linux-4.1.27/net/netfilter/ |
D | nfnetlink_acct.c | 156 pkts = atomic64_xchg(&acct->pkts, 0); in nfnl_acct_fill_info() 157 bytes = atomic64_xchg(&acct->bytes, 0); in nfnl_acct_fill_info()
|
D | nf_conntrack_netlink.c | 223 pkts = atomic64_xchg(&counter[dir].packets, 0); in dump_counters() 224 bytes = atomic64_xchg(&counter[dir].bytes, 0); in dump_counters()
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | atomic.h | 120 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | atomic.h | 212 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | atomic.h | 123 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | atomic.h | 225 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/s390/include/asm/ |
D | atomic.h | 260 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | atomic.h | 416 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/linux-4.1.27/arch/mips/include/asm/ |
D | atomic.h | 494 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/linux-4.1.27/arch/arm/include/asm/ |
D | atomic.h | 354 static inline long long atomic64_xchg(atomic64_t *ptr, long long new) in atomic64_xchg() function
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 251 } while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq); in radeon_fence_activity()
|