Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/openzfs/module/avl/
H A Davl.c132 avl_node_t *node = AVL_DATA2NODE(oldnode, off); in avl_walk()
178 avl_node_t *node; in avl_first()
179 avl_node_t *prev = NULL; in avl_first()
197 avl_node_t *node; in avl_last()
198 avl_node_t *prev = NULL; in avl_last()
222 avl_node_t *node = AVL_INDEX2NODE(where); in avl_nearest()
250 avl_node_t *node; in avl_find()
251 avl_node_t *prev = NULL; in avl_find()
295 avl_rotation(avl_tree_t *tree, avl_node_t *node, int balance) in avl_rotation()
301 avl_node_t *parent = AVL_XPARENT(node); in avl_rotation()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil_impl.h172 avl_node_t ia_node; /* AVL tree linkage */
181 avl_node_t zv_node; /* AVL tree linkage */
253 avl_node_t zn_node;
H A Dbrt_impl.h186 avl_node_t bre_node;
192 avl_node_t bpe_node;
H A Ddsl_crypt.h50 avl_node_t wk_avl_link;
112 avl_node_t dck_avl_link;
134 avl_node_t km_avl_link;
H A Ddsl_deadlist.h65 avl_node_t dlce_node;
74 avl_node_t dle_node;
H A Dmetaslab_impl.h533 avl_node_t ms_group_node; /* node in metaslab group tree */
535 avl_node_t ms_spa_txg_node; /* node in spa_metaslabs_by_txg */
H A Dsa_impl.h97 avl_node_t lot_num_node;
98 avl_node_t lot_hash_node;
H A Dspace_reftree.h40 avl_node_t sr_node; /* AVL node */
H A Dzfs_rlock.h57 avl_node_t lr_node; /* avl node link */
H A Dspa_log_spacemap.h55 avl_node_t sls_node; /* node in spa_sm_logs_by_txg */
H A Davl_impl.h136 #define AVL_INDEX2NODE(x) ((avl_node_t *)((x) & ~1))
H A Davl.h124 typedef struct avl_node avl_node_t; typedef
H A Dspa_impl.h75 avl_node_t se_avl;
227 avl_node_t spa_avl; /* node in spa_namespace_avl */
H A Ddsl_bookmark.h88 avl_node_t dbn_node;
H A Dzfs_refcount.h48 avl_node_t a;
H A Dvdev_raidz_impl.h163 avl_node_t re_link;
H A Dddt_impl.h72 avl_node_t ddle_node; /* ddt_log_tree node */
/freebsd/cddl/contrib/opensolaris/lib/libcmdutils/
H A Dlibcmdutils.h88 avl_node_t avl_link;
94 avl_node_t avl_link;
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_strings.c26 avl_node_t *iteratorp;
30 avl_node_t node;
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.h52 avl_node_t rn_node;
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dunique.c36 avl_node_t un_link;
H A Dzfs_fuid.c58 avl_node_t f_domnode;
59 avl_node_t f_idxnode;
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl_impl.h136 #define AVL_INDEX2NODE(x) ((avl_node_t *)((x) & ~1))
H A Davl.h132 typedef struct avl_node avl_node_t; typedef
/freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h187 avl_node_t me_node;

12