Searched refs:refcount_dec_not_one (Results 1 – 5 of 5) sorted by relevance
267 bool refcount_dec_not_one(refcount_t *r) in refcount_dec_not_one() function288 EXPORT_SYMBOL(refcount_dec_not_one);308 if (refcount_dec_not_one(r)) in refcount_dec_and_mutex_lock()339 if (refcount_dec_not_one(r)) in refcount_dec_and_lock()368 if (refcount_dec_not_one(r)) in refcount_dec_and_lock_irqsave()
112 extern __must_check bool refcount_dec_not_one(refcount_t *r);
168 if (refcount_dec_not_one(&cset->refcount)) in put_css_set()
130 * ``atomic_add_unless(&var, -1, 1)`` --> ``refcount_dec_not_one(&var)``
670 if (refcount_dec_not_one(&bo->usecnt)) in vc4_bo_dec_usecnt()