Home
last modified time | relevance | path

Searched refs:avl_node_t (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/cddl/osnet/dist/common/avl/
H A Davl.c139 avl_node_t *node = AVL_DATA2NODE(oldnode, off); in avl_walk()
185 avl_node_t *node; in avl_first()
186 avl_node_t *prev = NULL; in avl_first()
204 avl_node_t *node; in avl_last()
205 avl_node_t *prev = NULL; in avl_last()
229 avl_node_t *node = AVL_INDEX2NODE(where); in avl_nearest()
257 avl_node_t *node; in avl_find()
258 avl_node_t *prev = NULL; in avl_find()
303 avl_rotation(avl_tree_t *tree, avl_node_t *node, int balance) in avl_rotation()
309 avl_node_t *parent = AVL_XPARENT(node); in avl_rotation()
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzil_impl.h73 avl_node_t ia_node; /* AVL tree linkage */
82 avl_node_t zv_node; /* AVL tree linkage */
139 avl_node_t zn_node;
H A Drange_tree.h60 avl_node_t rs_node; /* AVL node */
61 avl_node_t rs_pp_node; /* AVL picker-private node */
H A Dsa_impl.h97 avl_node_t lot_num_node;
98 avl_node_t lot_hash_node;
H A Dzio.h470 avl_node_t io_queue_node;
471 avl_node_t io_offset_node;
472 avl_node_t io_alloc_node;
504 avl_node_t io_trim_node;
H A Dspa_impl.h58 avl_node_t se_avl;
136 avl_node_t spa_avl; /* node in spa_namespace_avl */
H A Dspace_reftree.h40 avl_node_t sr_node; /* AVL node */
H A Dzfs_rlock.h45 avl_node_t r_node; /* avl node link */
H A Dddt.h117 avl_node_t dde_node;
135 avl_node_t ddt_node;
H A Dvdev_impl.h92 avl_node_t ve_offset_node;
93 avl_node_t ve_lastused_node;
H A Ddsl_deadlist.h60 avl_node_t dle_node;
H A Dmetaslab_impl.h357 avl_node_t ms_group_node; /* node in metaslab group tree */
H A Dzap_impl.h68 avl_node_t mze_node;
H A Ddbuf.h230 avl_node_t db_link;
H A Ddnode.h268 avl_node_t fr_node;
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Davl.h117 typedef struct avl_node avl_node_t; typedef
H A Davl_impl.h136 #define AVL_INDEX2NODE(x) ((avl_node_t *)((x) & ~1))
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dunique.c36 avl_node_t un_link;
H A Dzfs_fuid.c60 avl_node_t f_domnode;
61 avl_node_t f_idxnode;
H A Ddsl_deleg.c379 avl_node_t p_node;
H A Dtrim_map.c69 avl_node_t ts_node; /* AVL node. */
H A Dspa_misc.c1021 avl_node_t aux_avl;
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs.h149 avl_node_t z_node;
154 avl_node_t z_node;
H A Dlibzfs_iter.c230 avl_node_t zn_avlnode;
H A Dlibzfs_import.c928 avl_node_t rn_node;

12