Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/alpha/kernel/
Dalpha_ksyms.c80 EXPORT_SYMBOL(_atomic_dec_and_lock);
/linux-4.4.14/include/linux/
Dspinlock.h415 extern int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock);
417 __cond_lock(lock, _atomic_dec_and_lock(atomic, lock))
/linux-4.4.14/Documentation/
Datomic_ops.txt559 Which finally brings us to _atomic_dec_and_lock(). There is an
563 int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock);
605 int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock)
634 Said another way, _atomic_dec_and_lock() must guarantee that