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

/freebsd-11.0-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.c185 ve = avl_first(&vc->vc_lastused_tree);
382 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.c1551 sep = avl_first(&sdp->sd_snaps);
1598 sep = avl_first(&sdp->sd_snaps);
1668 sep = avl_first(&sdp->sd_snaps);
1730 sep = avl_first(&sdp->sd_snaps);
H A Ddsl_deadlist.c339 for (dle = avl_first(&dl->dl_tree); dle;
H A Ddsl_deleg.c605 for (setnode = avl_first(&permsets); setnode;
H A Dvdev_queue.c794 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.c846 return (avl_first(&spa_namespace_avl));
1415 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.c1670 msp = avl_first(t);
2151 for (msp = avl_first(t); msp; msp = AVL_NEXT(t, msp)) {
H A Dddt.c989 for (rdde = avl_first(t); rdde != NULL; rdde = rdde_next) {
H A Ddsl_scan.c1279 ASSERT(avl_first(&ddt->ddt_tree) == NULL);
H A Dvdev.c1882 rs = avl_first(&vd->vdev_dtl[DTL_MISSING]->rt_root);
3605 fio = avl_first(&vq->vq_active_tree);
H A Ddnode.c1401 for (db = avl_first(&dn->dn_dbufs); db != NULL;
/freebsd-11.0-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-11.0-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-11.0-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c183 avl_first(avl_tree_t *tree) function
985 first = avl_first(tree);
/freebsd-11.0-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-11.0-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-11.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1566 for (dle = avl_first(&dl->dl_tree); dle;

Completed in 185 milliseconds