Searched refs:avl_insert (Results 1 - 17 of 17) sorted by last modified time

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_scan.c1042 avl_insert(&scn->scn_queue, sds, where);
1436 avl_insert(&scn->scn_prefetch_queue, spic, idx);
3537 avl_insert(&queue->q_sios_by_addr, sio, idx);
H A Ddmu_objset.c1523 avl_insert(avl, uqn, idx);
H A Dzil.c179 avl_insert(t, zn, where);
1001 avl_insert(t, zv, where);
1793 avl_insert(t, ian, where);
H A Dspa_misc.c1053 avl_insert(avl, aux, where);
H A Dzfs_rlock.c171 avl_insert(tree, new, where);
305 avl_insert(tree, new, where);
H A Dzap_micro.c308 avl_insert(&zap->zap_m.zap_avl, mze, idx);
H A Dunique.c92 avl_insert(&unique_avl, un, idx);
H A Ddsl_deleg.c498 avl_insert(avl, permnode, idx);
H A Drange_tree.c338 avl_insert(&rt->rt_root, rs, where);
H A Dddt.c702 avl_insert(&ddt->ddt_tree, dde, where);
935 avl_insert(&ddt->ddt_repair_tree, dde, where);
H A Dspa_errlog.c127 avl_insert(tree, new, where);
H A Dtrim_map.c260 avl_insert(&tm->tm_queued_frees, ts, where);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl.h83 * 2a. Insert nodes with: avl_add(), or avl_find() and avl_insert()
171 * "where" for use with avl_insert() or avl_nearest().
174 * where - position for use with avl_nearest() or avl_insert(), may be NULL
184 extern void avl_insert(avl_tree_t *tree, void *node, avl_index_t where);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c3902 avl_insert(t, zdde, where);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_avl.c524 avl_insert(&ap->ua_tree, elem, INDEX_DECODE(idx));
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c819 avl_insert(avl, rc, where);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c58 * avl_insert()/_add()/_remove()/avl_insert_here() require some kind of
482 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) function
625 avl_insert(tree, new_data, AVL_MKINDEX(node, child));
651 avl_insert(tree, new_node, where);

Completed in 176 milliseconds