Home
last modified time | relevance | path

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

/linux-3.4.99/lib/
Datomic64.c151 long long atomic64_xchg(atomic64_t *v, long long new) in atomic64_xchg() function
163 EXPORT_SYMBOL(atomic64_xchg);
Datomic64_test.c95 BUG_ON(atomic64_xchg(&v, v1) != v0); in test_atomic64()
/linux-3.4.99/include/asm-generic/
Datomic64.h29 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-3.4.99/arch/tile/include/asm/
Dcmpxchg.h37 __x = (typeof(__x))(typeof(__x-__x))atomic64_xchg( \
Datomic_64.h97 static inline long atomic64_xchg(atomic64_t *v, long n) in atomic64_xchg() function
Datomic_32.h150 static inline u64 atomic64_xchg(atomic64_t *v, u64 n) in atomic64_xchg() function
/linux-3.4.99/arch/s390/include/asm/
Datomic.h170 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
210 static inline long long atomic64_xchg(atomic64_t *v, long long new) in atomic64_xchg() function
/linux-3.4.99/net/netfilter/
Dnfnetlink_acct.c115 pkts = atomic64_xchg(&acct->pkts, 0); in nfnl_acct_fill_info()
116 bytes = atomic64_xchg(&acct->bytes, 0); in nfnl_acct_fill_info()
Dnf_conntrack_netlink.c240 pkts = atomic64_xchg(&acct[dir].packets, 0); in ctnetlink_dump_counters()
241 bytes = atomic64_xchg(&acct[dir].bytes, 0); in ctnetlink_dump_counters()
/linux-3.4.99/arch/x86/include/asm/
Datomic64_64.h189 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-3.4.99/arch/sparc/include/asm/
Datomic_64.h90 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-3.4.99/arch/frv/include/asm/
Datomic.h187 #define atomic64_xchg(v, new) (__xchg_64(new, &(v)->counter)) macro
/linux-3.4.99/arch/alpha/include/asm/
Datomic.h173 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-3.4.99/arch/parisc/include/asm/
Datomic.h204 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-3.4.99/arch/ia64/include/asm/
Datomic.h90 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-3.4.99/arch/powerpc/include/asm/
Datomic.h463 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/linux-3.4.99/arch/arm/include/asm/
Datomic.h377 static inline u64 atomic64_xchg(atomic64_t *ptr, u64 new) in atomic64_xchg() function
/linux-3.4.99/arch/mips/include/asm/
Datomic.h673 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro