Searched refs:arch_atomic_fetch_andnot_release (Results 1 – 4 of 4) sorted by relevance
132 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot_release macro
662 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot macro684 #ifndef arch_atomic_fetch_andnot_release686 arch_atomic_fetch_andnot_release(int i, atomic_t *v) in arch_atomic_fetch_andnot_release() function690 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot_release macro715 #ifndef arch_atomic_fetch_andnot_release717 arch_atomic_fetch_andnot_release(int i, atomic_t *v) in arch_atomic_fetch_andnot_release() function722 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot_release macro
724 #define arch_atomic_fetch_andnot_release atomic_fetch_andnot_release macro
494 #if defined(arch_atomic_fetch_andnot_release)499 return arch_atomic_fetch_andnot_release(i, v); in atomic_fetch_andnot_release()