Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c2202 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()
2237 nsp = nsp->ns_next; in nlm_shres_untrack()
2239 nsp_prev->ns_next = nsp; in nlm_shres_untrack()
2248 nsp = nsp->ns_next; in nlm_shres_untrack()
2266 for (nsp = hostp->nh_shrlist; nsp != NULL; nsp = nsp->ns_next) { in nlm_get_active_shres()
2270 nsp_new->ns_next = nslist; in nlm_get_active_shres()
2289 nslist = nslist->ns_next; in nlm_free_shrlist()
H A Dnlm_impl.h253 struct nlm_shres *ns_next; member
H A Dnlm_client.c226 nsp = nsp->ns_next; in nlm_reclaim_client()
238 nsp = nsp->ns_next; in nlm_reclaim_client()
510 nsp = nsp->ns_next; in nlm_client_cancel_all()