Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/klm/
H A Dnlm_impl.c373 for (hostp = avl_first(&g->nlm_hosts_tree); hostp != NULL; in nlm_gc()
374 hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp)) { in nlm_gc()
619 for (hostp = avl_first(&g->nlm_hosts_tree); hostp != NULL; in nlm_suspend_zone()
620 hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp)) { in nlm_suspend_zone()
668 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()
1199 avl_remove(&g->nlm_hosts_tree, hostp); in nlm_host_unregister()
1623 hostp = avl_find(&g->nlm_hosts_tree, &key, &pos); in nlm_host_find_locked()
1714 avl_insert(&g->nlm_hosts_tree, host, where); in nlm_host_findcreate()
2457 while (!avl_is_empty(&g->nlm_hosts_tree)) { in nlm_svc_stopping()
[all …]
H A Dklmmod.c78 avl_create(&g->nlm_hosts_tree, nlm_host_cmp, in lm_zone_init()
106 ASSERT(avl_is_empty(&g->nlm_hosts_tree)); in lm_zone_fini()
107 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.c1037 for (hostp = avl_first(&g->nlm_hosts_tree); hostp != NULL; in nlm_do_free_all()
1038 hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp)) { in nlm_do_free_all()