Searched refs:_atomic_dec_and_lock (Results 1 – 3 of 3) sorted by relevance
21 int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock) in _atomic_dec_and_lock() function35 EXPORT_SYMBOL(_atomic_dec_and_lock);
445 extern int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock);447 __cond_lock(lock, _atomic_dec_and_lock(atomic, lock))
582 Which finally brings us to _atomic_dec_and_lock(). There is an586 int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock);628 int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock)657 Said another way, _atomic_dec_and_lock() must guarantee that