Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Ddec_and_lock.c21 int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock) in _atomic_dec_and_lock() function
35 EXPORT_SYMBOL(_atomic_dec_and_lock);
/linux-6.6.21/include/linux/
Dspinlock.h471 extern int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock);
473 __cond_lock(lock, _atomic_dec_and_lock(atomic, lock))