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_PREV
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/sys/
avl.h
89
*
AVL_PREV
() - given a node go to previous lower one
205
*
AVL_PREV
() will return NULL if at the first node.
210
#define
AVL_PREV
(tree, node) avl_walk(tree, node, AVL_BEFORE)
231
* less =
AVL_PREV
(tree, node);
/src/external/cddl/osnet/dist/common/avl/
avl.c
565
* the
AVL_PREV
or AVL_NEXT and reverse the insertion direction. Since
835
neighbor =
AVL_PREV
(t, obj);
849
ASSERT(((neighbor =
AVL_PREV
(t, obj)) == NULL) ||
866
neighbor =
AVL_PREV
(t, obj);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_deadlist.c
240
dle =
AVL_PREV
(&dl->dl_tree, dle);
285
dle_prev =
AVL_PREV
(&dl->dl_tree, dle);
vdev_queue.c
688
while (t != NULL && (dio =
AVL_PREV
(t, first)) != NULL &&
748
last =
AVL_PREV
(t, last);
/src/external/cddl/osnet/dist/lib/libuutil/common/
uu_avl.c
305
return (
AVL_PREV
(&ap->ua_tree, node));
345
AVL_PREV
(t, np);
Completed in 63 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026