OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dl_tree
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_deadlist.c
50
* and protecting the
dl_tree
from being loaded.
79
avl_create(&dl->
dl_tree
, dsl_deadlist_compare,
89
avl_add(&dl->
dl_tree
, dle);
133
while ((dle = avl_destroy_nodes(&dl->
dl_tree
, &cookie))
138
avl_destroy(&dl->
dl_tree
);
236
dle = avl_find(&dl->
dl_tree
, &dle_tofind, &where);
238
dle = avl_nearest(&dl->
dl_tree
, where, AVL_BEFORE);
240
dle = AVL_PREV(&dl->
dl_tree
, dle);
263
avl_add(&dl->
dl_tree
, dle);
284
dle = avl_find(&dl->
dl_tree
, &dle_tofind, NULL)
[
all
...]
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dsl_deadlist.h
48
avl_tree_t
dl_tree
;
member in struct:dsl_deadlist
/src/external/cddl/osnet/dist/cmd/zdb/
zdb.c
1578
for (dle = avl_first(&dl->
dl_tree
); dle;
1579
dle = AVL_NEXT(&dl->
dl_tree
, dle)) {
Completed in 19 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026