Searched refs:avl_first (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspace_reftree.c122 for (rs = avl_first(&rt->rt_root); rs; rs = AVL_NEXT(&rt->rt_root, rs))
141 for (sr = avl_first(t); sr != NULL; sr = AVL_NEXT(t, sr)) {
H A Dspa_errlog.c204 for (se = avl_first(list); se != NULL; se = AVL_NEXT(list, se)) {
316 for (se = avl_first(t); se != NULL; se = AVL_NEXT(t, se)) {
H A Dvdev_cache.c188 ve = avl_first(&vc->vc_lastused_tree);
385 while ((ve = avl_first(&vc->vc_offset_tree)) != NULL)
H A Drange_tree.c60 for (rs = avl_first(&rt->rt_root); rs != NULL;
403 for (rs = avl_first(&rt->rt_root); rs; rs = AVL_NEXT(&rt->rt_root, rs))
H A Dspace_map.c230 for (rs = avl_first(t); rs != NULL; rs = AVL_NEXT(t, rs)) {
288 for (rs = avl_first(t); rs != NULL; rs = AVL_NEXT(t, rs)) {
H A Dzfs_ctldir.c1365 while ((sep = avl_first(&sdp->sd_snaps)) != NULL) {
1494 sep = avl_first(&sdp->sd_snaps);
1635 sep = avl_first(&sdp->sd_snaps);
1692 sep = avl_first(&sdp->sd_snaps);
1755 sep = avl_first(&sdp->sd_snaps);
H A Ddsl_deadlist.c338 for (dle = avl_first(&dl->dl_tree); dle;
H A Ddsl_deleg.c605 for (setnode = avl_first(&permsets); setnode;
H A Dvdev_queue.c805 zio = avl_first(tree);
H A Dzfs_fuid.c259 for (i = 0, domnode = avl_first(&zfsvfs->z_fuid_domain); domnode; i++,
H A Dspa_misc.c810 return (avl_first(&spa_namespace_avl));
1379 for (spa = avl_first(t); spa != NULL; spa = AVL_NEXT(t, spa)) {
H A Ddnode_sync.c405 for (db = avl_first(&dn->dn_dbufs); db != NULL; db = db_next) {
H A Dmetaslab.c1690 msp = avl_first(t);
2171 for (msp = avl_first(t); msp; msp = AVL_NEXT(t, msp)) {
H A Dddt.c990 for (rdde = avl_first(t); rdde != NULL; rdde = rdde_next) {
H A Ddsl_scan.c1241 ASSERT(avl_first(&ddt->ddt_tree) == NULL);
H A Dvdev.c1866 rs = avl_first(&vd->vdev_dtl[DTL_MISSING]->rt_root);
3530 fio = avl_first(&vq->vq_active_tree);
H A Ddnode.c1400 for (db = avl_first(&dn->dn_dbufs); db != NULL;
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl.h86 * avl_first() - returns the lowest valued node
198 extern void *avl_first(avl_tree_t *tree);
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c183 avl_first(avl_tree_t *tree) function
985 first = avl_first(tree);
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_avl.c287 return (avl_first(&ap->ua_tree));
322 wp->uaw_next_result = avl_first(&ap->ua_tree);
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_iter.c297 for (node = avl_first(&avl); node != NULL; node = AVL_NEXT(&avl, node))
H A Dlibzfs_import.c1272 for (slice = avl_first(&slice_cache); slice;
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c1134 for (vals = avl_first(&list->user); vals != NULL;
1158 for (vals = avl_first(&list->group); vals != NULL;
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1565 for (dle = avl_first(&dl->dl_tree); dle;

Completed in 238 milliseconds