OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rb_root
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/include/linux/
rbtree.h
39
struct
rb_root
{
struct
44
struct
rb_root
rb_root
; /* Linux API name */
member in struct:rb_root_cached
68
RB_EMPTY_ROOT(const struct
rb_root
*root)
75
rb_first(const struct
rb_root
*root)
85
rb_next2(const struct
rb_root
*root, const struct rb_node *rbnode)
97
rb_last(const struct
rb_root
*root)
109
return rb_first(&root->
rb_root
);
113
rb_erase(struct rb_node *rbnode, struct
rb_root
*root)
124
rb_erase(rbnode, &root->
rb_root
);
[
all
...]
rbtree.h
39
struct
rb_root
{
struct
44
struct
rb_root
rb_root
; /* Linux API name */
member in struct:rb_root_cached
68
RB_EMPTY_ROOT(const struct
rb_root
*root)
75
rb_first(const struct
rb_root
*root)
85
rb_next2(const struct
rb_root
*root, const struct rb_node *rbnode)
97
rb_last(const struct
rb_root
*root)
109
return rb_first(&root->
rb_root
);
113
rb_erase(struct rb_node *rbnode, struct
rb_root
*root)
124
rb_erase(rbnode, &root->
rb_root
);
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025