Searched refs:refcount_dec (Results 1 – 11 of 11) sorted by relevance
57 bool refcount_dec(struct refcount *r);
31 bool refcount_dec(struct refcount *r) in refcount_dec() function
117 if (refcount_dec(&m->lock_depth)) { in __mutex_unlock_recursive()
202 if (fobj && refcount_dec(&fobj->refc)) in fobj_put()
157 if (mobj && refcount_dec(&mobj->refc)) in mobj_put()
305 if (!refcount_dec(&prtn->refc)) { in virt_guest_destroyed()364 if (refcount_dec(&prtn->refc)) in virt_unset_guest()
169 if (f && refcount_dec(&f->refc)) { in file_put()
123 if (!refcount_dec(&clk->enabled_count)) in clk_disable_no_lock()
236 if (!refcount_dec(&r->mapcount)) in mobj_reg_shm_dec_map()
580 if (!refcount_dec(&mf->mapcount)) in ffa_dec_map()
685 if (refcount_dec(&engine.refc)) { in do_free()
Completed in 13 milliseconds