Home
last modified time | relevance | path

Searched refs:atomic64_xchg (Results 1 – 23 of 23) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/xen/
Devents.h19 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((ptr), \
/linux-4.1.27/lib/
Datomic64.c140 long long atomic64_xchg(atomic64_t *v, long long new) in atomic64_xchg() function
152 EXPORT_SYMBOL(atomic64_xchg);
Datomic64_test.c98 BUG_ON(atomic64_xchg(&v, v1) != v0); in test_atomic64()
/linux-4.1.27/arch/arm/mm/
Dcontext.c147 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/
Datomic64.h41 extern long long atomic64_xchg(atomic64_t *v, long long new);
Dlocal64.h83 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n))
Datomic-long.h137 (atomic64_xchg((atomic64_t *)(v), (new)))
/linux-4.1.27/arch/tile/include/asm/
Datomic.h169 static inline long long atomic64_xchg(atomic64_t *v, long long n) in atomic64_xchg() function
/linux-4.1.27/arch/x86/include/asm/
Datomic64_64.h169 static inline long atomic64_xchg(atomic64_t *v, long new) in atomic64_xchg() function
Datomic64_32.h87 static inline long long atomic64_xchg(atomic64_t *v, long long n) in atomic64_xchg() function
/linux-4.1.27/arch/sparc/include/asm/
Datomic_64.h92 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/frv/include/asm/
Datomic.h182 #define atomic64_xchg(v, new) (__xchg_64(new, &(v)->counter)) macro
/linux-4.1.27/net/netfilter/
Dnfnetlink_acct.c156 pkts = atomic64_xchg(&acct->pkts, 0); in nfnl_acct_fill_info()
157 bytes = atomic64_xchg(&acct->bytes, 0); in nfnl_acct_fill_info()
Dnf_conntrack_netlink.c223 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/
Datomic.h120 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/linux-4.1.27/arch/arm64/include/asm/
Datomic.h212 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/ia64/include/asm/
Datomic.h123 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/parisc/include/asm/
Datomic.h225 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/s390/include/asm/
Datomic.h260 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/powerpc/include/asm/
Datomic.h416 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-4.1.27/arch/mips/include/asm/
Datomic.h494 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro
/linux-4.1.27/arch/arm/include/asm/
Datomic.h354 static inline long long atomic64_xchg(atomic64_t *ptr, long long new) in atomic64_xchg() function
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_fence.c251 } while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq); in radeon_fence_activity()