Searched refs:_AVL_H (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Davl.h30 #ifndef _AVL_H
31 #define _AVL_H extern __attribute__((visibility("default"))) macro
163 _AVL_H void avl_create(avl_tree_t *tree,
175 _AVL_H void *avl_find(avl_tree_t *tree, const void *node, avl_index_t *where);
183 _AVL_H void avl_insert(avl_tree_t *tree, void *node, avl_index_t where);
196 _AVL_H void avl_insert_here(avl_tree_t *tree, void *new_data, void *here,
205 _AVL_H void *avl_first(avl_tree_t *tree);
206 _AVL_H void *avl_last(avl_tree_t *tree);
242 _AVL_H void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
252 _AVL_H voi
[all...]
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl.h30 #ifndef _AVL_H
31 #define _AVL_H macro
333 #endif /* _AVL_H */

Completed in 121 milliseconds