Searched refs:arch_atomic_fetch_andnot_release (Results 1 – 4 of 4) sorted by relevance
732 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot macro754 #ifndef arch_atomic_fetch_andnot_release756 arch_atomic_fetch_andnot_release(int i, atomic_t *v) in arch_atomic_fetch_andnot_release() function760 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot_release macro785 #ifndef arch_atomic_fetch_andnot_release787 arch_atomic_fetch_andnot_release(int i, atomic_t *v) in arch_atomic_fetch_andnot_release() function792 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot_release macro
811 return arch_atomic_fetch_andnot_release(i, v); in arch_atomic_long_fetch_andnot_release()
364 return arch_atomic_fetch_andnot_release(i, v); in atomic_fetch_andnot_release()
132 #define arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot_release macro
Completed in 97 milliseconds