Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c668 hostp = avl_first(&g->nlm_hosts_tree); in nlm_resume_zone()
683 h_next = AVL_NEXT(&g->nlm_hosts_tree, hostp); in nlm_resume_zone()
1207 avl_remove(&g->nlm_hosts_tree, hostp); in nlm_host_unregister()
1722 avl_insert(&g->nlm_hosts_tree, host, where); in nlm_host_findcreate()
2465 while (!avl_is_empty(&g->nlm_hosts_tree)) { in nlm_svc_stopping()
2473 hostp = avl_first(&g->nlm_hosts_tree); in nlm_svc_stopping()
2495 hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp); in nlm_svc_stopping()
2548 hostp = avl_first(&g->nlm_hosts_tree); in nlm_vp_active()
2558 hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp); in nlm_vp_active()
2584 hostp = avl_first(&g->nlm_hosts_tree); in nlm_zone_unexport()
[all …]
H A Dklmmod.c77 avl_create(&g->nlm_hosts_tree, nlm_host_cmp, in lm_zone_init()
108 ASSERT(avl_is_empty(&g->nlm_hosts_tree)); in lm_zone_fini()
109 avl_destroy(&g->nlm_hosts_tree); in lm_zone_fini()
H A Dnlm_impl.h455 avl_tree_t nlm_hosts_tree; /* (z) */ member
H A Dnlm_service.c1105 for (hostp = avl_first(&g->nlm_hosts_tree); hostp != NULL; in nlm_do_free_all()
1106 hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp)) { in nlm_do_free_all()