Searched refs:arch_atomic64_fetch_andnot_release (Results 1 – 4 of 4) sorted by relevance
199 #define arch_atomic64_fetch_andnot_release arch_atomic64_fetch_andnot_release macro
1769 #define arch_atomic64_fetch_andnot_release arch_atomic64_fetch_andnot macro1791 #ifndef arch_atomic64_fetch_andnot_release1793 arch_atomic64_fetch_andnot_release(s64 i, atomic64_t *v) in arch_atomic64_fetch_andnot_release() function1797 #define arch_atomic64_fetch_andnot_release arch_atomic64_fetch_andnot_release macro1822 #ifndef arch_atomic64_fetch_andnot_release1824 arch_atomic64_fetch_andnot_release(s64 i, atomic64_t *v) in arch_atomic64_fetch_andnot_release() function1829 #define arch_atomic64_fetch_andnot_release arch_atomic64_fetch_andnot_release macro
1948 #define arch_atomic64_fetch_andnot_release atomic64_fetch_andnot_release macro
1304 #if defined(arch_atomic64_fetch_andnot_release)1309 return arch_atomic64_fetch_andnot_release(i, v); in atomic64_fetch_andnot_release()