Searched refs:arch_atomic_long_fetch_andnot_release (Results 1 – 3 of 3) sorted by relevance
44 arch_atomic_long_fetch_andnot_release(BIT_MASK(nr), (atomic_long_t *)p); in arch_clear_bit_unlock()86 old = arch_atomic_long_fetch_andnot_release(mask, (atomic_long_t *)p); in arch_clear_bit_unlock_is_negative_byte()
315 arch_atomic_long_fetch_andnot_release(long i, atomic_long_t *v) in arch_atomic_long_fetch_andnot_release() function809 arch_atomic_long_fetch_andnot_release(long i, atomic_long_t *v) in arch_atomic_long_fetch_andnot_release() function
1520 return arch_atomic_long_fetch_andnot_release(i, v); in atomic_long_fetch_andnot_release()
Completed in 11 milliseconds