Searched refs:nlm_hosts_tree (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/klm/ |
H A D | klmmod.c | 78 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 D | nlm_impl.c | 581 for (hostp = avl_first(&g->nlm_hosts_tree); hostp != NULL; in nlm_suspend_zone() 582 hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp)) { in nlm_suspend_zone() 630 hostp = avl_first(&g->nlm_hosts_tree); in nlm_resume_zone() 645 h_next = AVL_NEXT(&g->nlm_hosts_tree, hostp); in nlm_resume_zone() 1144 avl_remove(&g->nlm_hosts_tree, hostp); in nlm_host_unregister() 1568 hostp = avl_find(&g->nlm_hosts_tree, &key, &pos); in nlm_host_find_locked() 1659 avl_insert(&g->nlm_hosts_tree, host, where); in nlm_host_findcreate() 2394 while (!avl_is_empty(&g->nlm_hosts_tree)) { in nlm_svc_stopping() 2402 hostp = avl_first(&g->nlm_hosts_tree); in nlm_svc_stopping() 2418 hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp); in nlm_svc_stopping() [all …]
|
H A D | nlm_impl.h | 455 avl_tree_t nlm_hosts_tree; /* (z) */ member
|
H A D | nlm_service.c | 1037 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()
|