Searched refs:refcount_dec_and_mutex_lock (Results 1 – 4 of 4) sorted by relevance
306 bool refcount_dec_and_mutex_lock(refcount_t *r, struct mutex *lock) in refcount_dec_and_mutex_lock() function319 EXPORT_SYMBOL(refcount_dec_and_mutex_lock);
80 if (refcount_dec_and_mutex_lock(&kref->refcount, lock)) { in kref_put_mutex()
113 extern __must_check bool refcount_dec_and_mutex_lock(refcount_t *r, struct mutex *lock);
293 if (refcount_dec_and_mutex_lock(&host->h_count, &nlm_host_mutex)) { in nlmclnt_release_host()