Home
last modified time | relevance | path

Searched defs:atomic64_xchg (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Datomic_64.h61 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/OK3568_Linux_fs/kernel/lib/
H A Datomic64.c163 s64 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Datomic.h131 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Datomic.h224 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Datomic.h202 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Datomic.h215 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Datomic.h508 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Datomic-instrumented.h1422 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function
1427 #define atomic64_xchg atomic64_xchg macro
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-fallback.h2164 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function
2172 #define atomic64_xchg atomic64_xchg macro