Searched refs:uo_refcnt (Results 1 – 3 of 3) sorted by relevance
179 uobj->uo_refcnt = 1; in sol_ofs_uobj_init()222 uobj->uo_refcnt++; in sol_ofs_uobj_ref()223 ASSERT(uobj->uo_refcnt != 0); in sol_ofs_uobj_ref()248 "refcnt=%d", uobj, uobj->uo_refcnt); in sol_ofs_uobj_deref()252 ASSERT(uobj->uo_refcnt != 0); in sol_ofs_uobj_deref()253 uobj->uo_refcnt--; in sol_ofs_uobj_deref()254 if (uobj->uo_refcnt == 0) { in sol_ofs_uobj_deref()
74 uint32_t uo_refcnt; member
1196 (void *)uctxt, uctxt->uobj.uo_refcnt); in sol_uverbs_close()2714 (void *)uctxt, uctxt->uobj.uo_refcnt); in sol_uverbs_alloc_uctxt()