Lines Matching refs:refc
73 refcount_set(&fobj->refc, 1); in fobj_init()
79 assert(!refcount_val(&fobj->refc)); in fobj_uninit()
189 assert(refcount_val(&fobj->refc)); in rwp_paged_iv_load_page()
205 if (!refcount_val(&fobj->refc)) { in rwp_paged_iv_save_page()
301 assert(refcount_val(&fobj->refc)); in rwp_unpaged_iv_load_page()
317 if (!refcount_val(&fobj->refc)) { in rwp_unpaged_iv_save_page()
476 assert(refcount_val(&rop->fobj.refc)); in rop_load_page_helper()
716 assert(refcount_val(&fobj->refc)); in lop_load_page()
778 refcount_set(&f->fobj.refc, 1); in fobj_sec_mem_alloc()
799 assert(!refcount_val(&fobj->refc)); in sec_mem_free()
808 assert(refcount_val(&fobj->refc)); in sec_mem_get_pa()