Home
last modified time | relevance | path

Searched refs:_atomic_dec_and_lock (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/lib/
Ddec_and_lock.c20 int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock) in _atomic_dec_and_lock() function
34 EXPORT_SYMBOL(_atomic_dec_and_lock);
/linux-4.1.27/arch/alpha/kernel/
Dalpha_ksyms.c80 EXPORT_SYMBOL(_atomic_dec_and_lock);
/linux-4.1.27/include/linux/
Dspinlock.h425 extern int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock);
427 __cond_lock(lock, _atomic_dec_and_lock(atomic, lock))
/linux-4.1.27/Documentation/
Datomic_ops.txt553 Which finally brings us to _atomic_dec_and_lock(). There is an
557 int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock);
599 int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock)
628 Said another way, _atomic_dec_and_lock() must guarantee that