Searched refs:refcount_dec_and_mutex_lock (Results 1 – 6 of 6) 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);
145 * :c:func:`atomic_dec_and_mutex_lock` --> :c:func:`refcount_dec_and_mutex_lock`
200 if (refcount_dec_and_mutex_lock(&iobj->maps, &subdev->mutex)) { in nv50_instobj_release()
226 if (refcount_dec_and_mutex_lock(&nbd->refs, in nbd_put()1105 if (refcount_dec_and_mutex_lock(&nbd->config_refs, in nbd_config_put()