Home
last modified time | relevance | path

Searched refs:uo_refcnt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_uobj.c179 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()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h74 uint32_t uo_refcnt; member
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1196 (void *)uctxt, uctxt->uobj.uo_refcnt); in sol_uverbs_close()
2714 (void *)uctxt, uctxt->uobj.uo_refcnt); in sol_uverbs_alloc_uctxt()