Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c395 if (nvp->nv_refcnt == 0 && in nlm_gc()
1028 nvp->nv_refcnt = 1; in nlm_vhold_get()
1054 ASSERT(nvp->nv_refcnt > 0); in nlm_vhold_release()
1055 nvp->nv_refcnt--; in nlm_vhold_release()
1064 if (nvp->nv_refcnt == 0 && in nlm_vhold_release()
1120 if (nvp->nv_refcnt > 0) in nlm_vhold_busy()
1164 nvp->nv_refcnt++; in nlm_vhold_find_locked()
1287 nvp->nv_refcnt++; in nlm_host_notify_server()
1293 nvp->nv_refcnt--; in nlm_host_notify_server()
2600 nvp->nv_refcnt++; in nlm_zone_unexport()
[all …]
H A Dnlm_impl.h190 int nv_refcnt; /* (l) */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c496 mdb_printf("Refcnt: %u\n", nv.nv_refcnt); in nlm_vhold_dcmd()
517 addr, nv->nv_refcnt, nv->nv_vp, in nlm_vhold_print()
833 if (arg->opt_a == 0 && nv->nv_refcnt == 0) in nlm_list_vhold_cb()