OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVL_AFTER
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/sys/
avl.h
130
#define
AVL_AFTER
(1)
187
* direction - either
AVL_AFTER
or AVL_BEFORE the data "here".
209
#define AVL_NEXT(tree, node) avl_walk(tree, node,
AVL_AFTER
)
219
* direction - either AVL_BEFORE or
AVL_AFTER
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_rlock.c
162
rl = (rl_t *)avl_nearest(tree, where,
AVL_AFTER
);
248
avl_insert_here(tree, rear, front,
AVL_AFTER
);
303
next = (rl_t *)avl_nearest(tree, where,
AVL_AFTER
);
397
next = (rl_t *)avl_nearest(tree, where,
AVL_AFTER
);
range_tree.c
189
rs_after = avl_nearest(&rt->rt_root, where,
AVL_AFTER
);
280
avl_insert_here(&rt->rt_root, newseg, rs,
AVL_AFTER
);
dsl_deadlist.c
401
avl_nearest(&dl->dl_tree, where,
AVL_AFTER
) == NULL);
512
dle = avl_nearest(&dl->dl_tree, where,
AVL_AFTER
);
trim_map.c
228
ts_after = avl_nearest(&tm->tm_queued_frees, where,
AVL_AFTER
);
285
avl_insert_here(&tm->tm_queued_frees, nts, ts,
AVL_AFTER
);
vdev_cache.c
359
ve = avl_nearest(&vc->vc_offset_tree, where,
AVL_AFTER
);
zap_micro.c
311
mze = avl_nearest(avl, idx,
AVL_AFTER
);
814
direction =
AVL_AFTER
;
1399
idx,
AVL_AFTER
);
vdev_queue.c
825
zio = avl_nearest(tree, idx,
AVL_AFTER
);
metaslab.c
1183
rs = avl_nearest(t, where,
AVL_AFTER
);
1382
rs = avl_nearest(t, where,
AVL_AFTER
);
2800
msp = avl_nearest(t, idx,
AVL_AFTER
);
dbuf.c
1256
db = avl_nearest(&dn->dn_dbufs, where,
AVL_AFTER
);
/src/external/cddl/osnet/dist/common/avl/
avl.c
561
* before (
AVL_AFTER
, AVL_BEFORE) the data "here".
579
int child = direction; /* rely on AVL_BEFORE == 0,
AVL_AFTER
== 1 */
587
ASSERT(direction == AVL_BEFORE || direction ==
AVL_AFTER
);
/src/external/cddl/osnet/dist/lib/libuutil/common/
uu_avl.c
534
return (avl_nearest(&ap->ua_tree, INDEX_DECODE(idx),
AVL_AFTER
));
/src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_import.c
1379
AVL_AFTER
)))
Completed in 58 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026