Searched refs:avl_last (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl.h87 * avl_last() - returns the highest valued node
207 extern void *avl_last(avl_tree_t *tree);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_avl.c293 return (avl_last(&ap->ua_tree));
324 wp->uaw_next_result = avl_last(&ap->ua_tree);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c202 avl_last(avl_tree_t *tree) function
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drange_tree.c664 range_seg_t *rs = avl_last(&rt->rt_root);
H A Dmetaslab.c1221 if (t == NULL || (rs = avl_last(t)) == NULL)
1377 rs = avl_last(&msp->ms_allocatable_by_size);
H A Dvdev.c2445 rs = avl_last(&vd->vdev_dtl[DTL_MISSING]->rt_root);

Completed in 127 milliseconds