Searched refs:avl_remove (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl.h90 * 2d. Remove individual nodes from the list/tree with avl_remove().
249 extern void avl_remove(avl_tree_t *tree, void *node);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dunique.c112 avl_remove(&unique_avl, un);
H A Dvdev_cache.c159 avl_remove(&vc->vc_lastused_tree, ve);
160 avl_remove(&vc->vc_offset_tree, ve);
215 avl_remove(&vc->vc_lastused_tree, ve);
H A Dtrim_map.c202 avl_remove(&tm->tm_queued_frees, ts);
253 avl_remove(&tm->tm_queued_frees, ts_before);
310 avl_remove(&tm->tm_queued_frees, ts);
419 avl_remove(&tm->tm_inflight_writes, zio);
477 avl_remove(&tm->tm_queued_frees, ts);
H A Dzfs_rlock.c201 avl_remove(tree, rl);
477 avl_remove(tree, remove);
510 avl_remove(tree, rl);
541 avl_remove(&zp->z_range_avl, rl);
H A Drange_tree.c193 avl_remove(&rt->rt_root, rs_before);
286 avl_remove(&rt->rt_root, rs);
H A Ddsl_deadlist.c285 avl_remove(&dl->dl_tree, dle);
529 avl_remove(&dl->dl_tree, dle);
H A Dvdev_queue.c317 avl_remove(&vq->vq_class[zio->io_priority].vqc_queued_tree, zio);
354 avl_remove(&vq->vq_active_tree, zio);
H A Dspa_misc.c666 avl_remove(&spa_namespace_avl, spa);
845 avl_remove(avl, aux);
1251 avl_remove(&spa_namespace_avl, spa);
H A Dzfs_ctldir.c714 avl_remove(&sdp->sd_snaps, sep);
857 avl_remove(&sdp->sd_snaps, sep);
1353 avl_remove(&sdp->sd_snaps, sep);
1484 avl_remove(&sdp->sd_snaps, sep);
H A Dmetaslab.c522 avl_remove(&mg->mg_metaslab_tree, msp);
539 avl_remove(&mg->mg_metaslab_tree, msp);
650 avl_remove(&msp->ms_size_tree, rs);
H A Dddt.c680 avl_remove(&ddt->ddt_tree, dde);
991 avl_remove(&ddt->ddt_repair_tree, rdde);
H A Dzap_micro.c350 avl_remove(&zap->zap_m.zap_avl, mze);
/freebsd-9.3-release/cddl/contrib/opensolaris/common/avl/
H A Davl.c663 avl_remove(avl_tree_t *tree, void *data) function
809 avl_remove((tree), (obj)); \
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c664 avl_remove(avl_tree_t *tree, void *data) function
810 avl_remove((tree), (obj)); \
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dstring_table.c292 avl_remove(lnp->ln_strtree, snp);
610 * avl_destroy_nodes() beats avl_remove() as the
631 * avl_destroy_nodes() beats avl_remove() as the latter
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_iter.c254 avl_remove(avl, node);
H A Dlibzfs_dataset.c845 avl_remove(&hdl->libzfs_mnttab_cache, ret);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_avl.c451 avl_remove(&ap->ua_tree, elem);

Completed in 340 milliseconds