Home
last modified time | relevance | path

Searched refs:nh_refs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c631 hostp->nh_refs++; in nlm_suspend_zone()
1336 hostp->nh_refs++; in nlm_host_notify_client()
1396 host->nh_refs = 1; in nlm_host_create()
1643 hostp->nh_refs++; in nlm_host_find_locked()
1742 newhost->nh_refs--; in nlm_host_findcreate()
1779 hostp->nh_refs++; in nlm_host_find_by_sysid()
1806 ASSERT(hostp->nh_refs > 0); in nlm_host_release_locked()
1808 hostp->nh_refs--; in nlm_host_release_locked()
1809 if (hostp->nh_refs != 0) in nlm_host_release_locked()
1845 VERIFY(host->nh_refs == 0); in nlm_host_unmonitor()
[all …]
H A Dnlm_impl.h352 volatile uint_t nh_refs; /* (z) */ member
H A Dnlm_service.c1117 hostp->nh_refs++; in nlm_do_free_all()
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c356 mdb_printf("Refcnt: %u\n", nh.nh_refs); in nlm_host_dcmd()
386 nh->nh_refs, nh->nh_sysid, haddr); in nlm_host_print()
792 if (arg->opt_a == 0 && nh->nh_refs == 0) in nlm_list_host_cb()