OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rb_tree
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
rb.h
55
#define
rb_tree
(a_type) \
macro
312
* typedef
rb_tree
(ex_node_t) ex_t;
/src/external/bsd/jemalloc/include/jemalloc/internal/
rb.h
55
#define
rb_tree
(a_type) \
macro
312
* typedef
rb_tree
(ex_node_t) ex_t;
/src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
rb.h
55
#define
rb_tree
(a_type) \
macro
312
* typedef
rb_tree
(ex_node_t) ex_t;
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
rb.h
55
#define
rb_tree
(a_type) \
macro
312
* typedef
rb_tree
(ex_node_t) ex_t;
/src/sys/sys/
rbtree.h
170
typedef struct
rb_tree
{
struct
197
0*sizeof(&(t) - (struct
rb_tree
*)0)
/src/sys/uvm/
uvm_map.h
219
struct
rb_tree
rb_tree
; /* Tree for entries */
member in struct:vm_map
uvm_physseg.c
127
struct
rb_tree
rb_tree
; /* Tree for entries */
member in struct:uvm_physseg_graph
285
RB_TREE_FOREACH(current_ps, &(uvm_physseg_graph.
rb_tree
)) {
338
* now insert us in the proper place in uvm_physseg_graph.
rb_tree
341
current_ps = rb_tree_insert_node(&(uvm_physseg_graph.
rb_tree
), ps);
417
rb_tree_init(&(uvm_physseg_graph.
rb_tree
), &uvm_physseg_tree_ops);
428
return (uvm_physseg_t) rb_tree_iterate(&(uvm_physseg_graph.
rb_tree
), upm,
439
return (uvm_physseg_t) rb_tree_iterate(&(uvm_physseg_graph.
rb_tree
), upm,
446
return (uvm_physseg_t) RB_TREE_MAX(&(uvm_physseg_graph.
rb_tree
));
452
return (uvm_physseg_t) RB_TREE_MIN(&(uvm_physseg_graph.
rb_tree
));
[
all
...]
Completed in 20 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026