Home
last modified time | relevance | path

Searched refs:atomic64_xchg_acquire (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Datomic-fallback.h1933 #define atomic64_xchg_acquire atomic64_xchg macro
1938 #ifndef atomic64_xchg_acquire
1940 atomic64_xchg_acquire(atomic64_t *v, s64 i) in atomic64_xchg_acquire() function
1946 #define atomic64_xchg_acquire atomic64_xchg_acquire macro
/include/asm-generic/
Datomic-instrumented.h1431 atomic64_xchg_acquire(atomic64_t *v, s64 i) in atomic64_xchg_acquire() function
1436 #define atomic64_xchg_acquire atomic64_xchg_acquire macro
Datomic-long.h394 return atomic64_xchg_acquire(v, i); in atomic_long_xchg_acquire()