Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/klm/
H A Dnlm_impl.c2131 for (nsp = hostp->nh_shrlist; nsp != NULL; nsp = nsp->ns_next) in nlm_shres_track()
2145 nsp->ns_next = hostp->nh_shrlist; in nlm_shres_track()
2166 nsp = nsp->ns_next; in nlm_shres_untrack()
2168 nsp_prev->ns_next = nsp; in nlm_shres_untrack()
2177 nsp = nsp->ns_next; in nlm_shres_untrack()
2195 for (nsp = hostp->nh_shrlist; nsp != NULL; nsp = nsp->ns_next) { in nlm_get_active_shres()
2199 nsp_new->ns_next = nslist; in nlm_get_active_shres()
2218 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()