Home
last modified time | relevance | path

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

/include/linux/
Datomic-fallback.h657 #ifndef atomic_fetch_andnot_relaxed
661 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot macro
691 #ifndef atomic_fetch_andnot_relaxed
693 atomic_fetch_andnot_relaxed(int i, atomic_t *v) in atomic_fetch_andnot_relaxed() function
697 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
706 int ret = atomic_fetch_andnot_relaxed(i, v); in atomic_fetch_andnot_acquire()
718 return atomic_fetch_andnot_relaxed(i, v); in atomic_fetch_andnot_release()
729 ret = atomic_fetch_andnot_relaxed(i, v); in atomic_fetch_andnot()
/include/asm-generic/
Datomic-instrumented.h505 atomic_fetch_andnot_relaxed(int i, atomic_t *v) in atomic_fetch_andnot_relaxed() function
510 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
Datomic-long.h816 return atomic_fetch_andnot_relaxed(i, v); in atomic_long_fetch_andnot_relaxed()