Searched refs:_AVL_H (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | avl.h | 31 #ifndef _AVL_H 32 #define _AVL_H extern __attribute__((visibility("default"))) macro 164 _AVL_H void avl_create(avl_tree_t *tree, 176 _AVL_H void *avl_find(avl_tree_t *tree, const void *node, avl_index_t *where); 184 _AVL_H void avl_insert(avl_tree_t *tree, void *node, avl_index_t where); 197 _AVL_H void avl_insert_here(avl_tree_t *tree, void *new_data, void *here, 206 _AVL_H void *avl_first(avl_tree_t *tree); 207 _AVL_H void *avl_last(avl_tree_t *tree); 243 _AVL_H void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction); 253 _AVL_H void avl_add(avl_tree_t *tree, void *node); [all …]
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | avl.h | 30 #ifndef _AVL_H 31 #define _AVL_H macro
|