OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:avl_tree
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/sys/
avl_impl.h
146
struct
avl_tree
{
struct
158
extern void *avl_walk(struct
avl_tree
*, void *, int);
/src/usr.bin/fstat/
zfs_znode.h
51
typedef struct
avl_tree
{
struct
/src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c
2713
uu_avl_t *
avl_tree
;
local
2847
if ((
avl_tree
= uu_avl_create(avl_pool, NULL, UU_DEFAULT)) == NULL)
2858
cb.cb_avl =
avl_tree
;
2876
if ((node = uu_avl_first(
avl_tree
)) == NULL)
2888
node = uu_avl_next(
avl_tree
, node);
2889
uu_avl_remove(
avl_tree
, rmnode);
2898
if (uu_avl_find(
avl_tree
, node, &sortinfo, &idx) == NULL)
2899
uu_avl_insert(
avl_tree
, node, idx);
2921
uu_avl_destroy(
avl_tree
);
Completed in 26 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026