Searched defs:avl_tree (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Davl_impl.h146 struct avl_tree { struct
158 extern void *avl_walk(struct avl_tree *, void *, int);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c1670 avl_tree_t *avl_tree; local
1695 avl_tree = &ifp->illif_avl_by_ppa;
1696 for (ill = avl_first(avl_tree); ill != NULL;
1697 ill = avl_walk(avl_tree, ill, AVL_AFTER)) {
1772 avl_tree_t *avl_tree; local
1784 avl_tree = &ifp->illif_avl_by_ppa;
1785 for (ill = avl_first(avl_tree); ill != NULL;
1786 ill = avl_walk(avl_tree, ill, AVL_AFTER)) {
H A Dip_if.c2784 avl_tree_t *avl_tree; local
2804 avl_tree = &ifp->illif_avl_by_ppa;
2805 ill = avl_first(avl_tree);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_quota.c484 avl_tree_t *avl_tree = &qtree->qt_avl; local
496 quota = avl_find(avl_tree, &key, &where);
500 quota = avl_first(avl_tree);
507 quota = avl_find(avl_tree, &key, &where);
510 quota = AVL_NEXT(avl_tree, quota);
532 quota = AVL_NEXT(avl_tree, quota);
550 avl_tree_t *avl_tree = &qtree->qt_avl; local
565 quota = avl_find(avl_tree, &key, &where);
991 avl_tree_t *avl_tree = qarg->qa_avl; local
1003 quota = avl_find(avl_tree,
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dib.h256 avl_tree_t avl_tree; member in struct:rib_hca_s
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c1085 avl_tree_t *avl_tree; local
1093 avl_tree = &hcap->hca_active_tree;
1097 for (sp = avl_first(avl_tree); sp != NULL;
1098 sp = avl_walk(avl_tree, sp, AVL_AFTER)) {
H A Dibcm_ti.c3763 avl_tree_t *avl_tree = &ibcm_svc_avl_tree; local
3771 for (svcp = avl_first(avl_tree); svcp != NULL;
3772 svcp = avl_walk(avl_tree, svcp, AVL_AFTER)) {
3794 for (svcp = avl_first(avl_tree); svcp != NULL;
3795 svcp = avl_walk(avl_tree, svcp, AVL_AFTER)) {
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c2668 uu_avl_t *avl_tree; local
2802 if ((avl_tree = uu_avl_create(avl_pool, NULL, UU_DEFAULT)) == NULL)
2813 cb.cb_avl = avl_tree;
2831 if ((node = uu_avl_first(avl_tree)) == NULL)
2843 node = uu_avl_next(avl_tree, node);
2844 uu_avl_remove(avl_tree, rmnode);
2853 if (uu_avl_find(avl_tree, node, &sortinfo, &idx) == NULL)
2854 uu_avl_insert(avl_tree, node, idx);
2876 uu_avl_destroy(avl_tree);
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h449 avl_tree_t avl_tree; member in struct:smb_avl

Completed in 160 milliseconds