Home
last modified time | relevance | path

Searched refs:atomic_xchg (Results 1 – 4 of 4) sorted by relevance

/include/asm-generic/
Datomic.h195 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
Datomic-instrumented.h611 atomic_xchg(atomic_t *v, int i) in atomic_xchg() function
616 #define atomic_xchg atomic_xchg macro
Datomic-long.h882 return atomic_xchg(v, i); in atomic_long_xchg()
/include/linux/
Datomic-fallback.h823 #define atomic_xchg_acquire atomic_xchg
824 #define atomic_xchg_release atomic_xchg
825 #define atomic_xchg_relaxed atomic_xchg
849 #ifndef atomic_xchg
851 atomic_xchg(atomic_t *v, int i) in atomic_xchg() function
859 #define atomic_xchg atomic_xchg macro