Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Drefcount.c306 bool refcount_dec_and_mutex_lock(refcount_t *r, struct mutex *lock) in refcount_dec_and_mutex_lock() function
319 EXPORT_SYMBOL(refcount_dec_and_mutex_lock);
/linux-4.19.296/include/linux/
Dkref.h80 if (refcount_dec_and_mutex_lock(&kref->refcount, lock)) { in kref_put_mutex()
Drefcount.h113 extern __must_check bool refcount_dec_and_mutex_lock(refcount_t *r, struct mutex *lock);
/linux-4.19.296/fs/lockd/
Dhost.c293 if (refcount_dec_and_mutex_lock(&host->h_count, &nlm_host_mutex)) { in nlmclnt_release_host()