Home
last modified time | relevance | path

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

/include/linux/
Datomic-arch-fallback.h662 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot macro
684 #ifndef arch_atomic_fetch_andnot_release
686 arch_atomic_fetch_andnot_release(int i, atomic_t *v) in arch_atomic_fetch_andnot_release() function
690 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot_release macro
715 #ifndef arch_atomic_fetch_andnot_release
717 arch_atomic_fetch_andnot_release(int i, atomic_t *v) in arch_atomic_fetch_andnot_release() function
722 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot_release macro
Datomic-fallback.h724 #define arch_atomic_fetch_andnot_release atomic_fetch_andnot_release macro
/include/asm-generic/
Datomic-instrumented.h494 #if defined(arch_atomic_fetch_andnot_release)
499 return arch_atomic_fetch_andnot_release(i, v); in atomic_fetch_andnot_release()