Searched refs:refcount_val (Results 1 – 9 of 9) sorted by relevance
64 static inline unsigned int refcount_val(struct refcount *r) in refcount_val() function
78 assert(!refcount_val(&fobj->refc)); in fobj_uninit()187 assert(refcount_val(&fobj->refc)); in rwp_paged_iv_load_page()203 if (!refcount_val(&fobj->refc)) { in rwp_paged_iv_save_page()298 assert(refcount_val(&fobj->refc)); in rwp_unpaged_iv_load_page()314 if (!refcount_val(&fobj->refc)) { in rwp_unpaged_iv_save_page()472 assert(refcount_val(&rop->fobj.refc)); in rop_load_page_helper()712 assert(refcount_val(&fobj->refc)); in lop_load_page()794 assert(!refcount_val(&fobj->refc)); in sec_mem_free()803 assert(refcount_val(&fobj->refc)); in sec_mem_get_pa()
272 cookie, refcount_val(&mf->mobj.refc)); in mobj_ffa_sel1_spmc_reclaim()318 cookie, refcount_val(&mf->mobj.refc)); in mobj_ffa_unregister_by_cookie()370 cookie, refcount_val(&mf->mobj.refc)); in mobj_ffa_get_by_cookie()393 assert(refcount_val(&mf->mobj.refc) == 0); in mobj_ffa_get_by_cookie()488 if (refcount_val(&mobj->refc)) { in ffa_inactivate()537 if (!refcount_val(&mf->mapcount)) in ffa_inc_map()584 if (!refcount_val(&mf->mapcount)) in ffa_dec_map()
193 if (!refcount_val(&r->mapcount)) in mobj_reg_shm_inc_map()241 if (!refcount_val(&r->mapcount)) in mobj_reg_shm_dec_map()
170 if (!refcount_val(&mobj->refc)) in inactivate()
423 if (refcount_val(&engine.refc) > 1) in do_update_aad()549 if (refcount_val(&engine.refc) > 1) in do_update_payload()611 if (refcount_val(&engine.refc) > 1) in do_enc_final()664 if (refcount_val(&engine.refc) > 1) in do_dec_final()
111 return refcount_val(&clk->enabled_count) != 0; in clk_is_enabled_no_lock()
342 return refcount_val(&m->lock_depth); in mutex_get_recursive_lock_depth()
307 refcount_val(&prtn->refc)); in virt_guest_destroyed()
Completed in 30 milliseconds