Home
last modified time | relevance | path

Searched refs:nh_shrlist (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c1525 if (hostp->nh_shrlist != NULL) in nlm_host_has_cli_locks()
2202 for (nsp = hostp->nh_shrlist; nsp != NULL; nsp = nsp->ns_next) in nlm_shres_track()
2216 nsp->ns_next = hostp->nh_shrlist; in nlm_shres_track()
2217 hostp->nh_shrlist = nsp; in nlm_shres_track()
2231 nsp = hostp->nh_shrlist; in nlm_shres_untrack()
2241 hostp->nh_shrlist = nsp; in nlm_shres_untrack()
2266 for (nsp = hostp->nh_shrlist; nsp != NULL; nsp = nsp->ns_next) { in nlm_get_active_shres()
H A Dnlm_impl.h370 struct nlm_shres *nh_shrlist; /* (l) */ member