Home
last modified time | relevance | path

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

/include/linux/
Datomic-fallback.h823 #define atomic_xchg_acquire atomic_xchg macro
828 #ifndef atomic_xchg_acquire
830 atomic_xchg_acquire(atomic_t *v, int i) in atomic_xchg_acquire() function
836 #define atomic_xchg_acquire atomic_xchg_acquire macro
/include/asm-generic/
Datomic-instrumented.h621 atomic_xchg_acquire(atomic_t *v, int i) in atomic_xchg_acquire() function
626 #define atomic_xchg_acquire atomic_xchg_acquire macro
Datomic-long.h888 return atomic_xchg_acquire(v, i); in atomic_long_xchg_acquire()