HomeSort by: relevance | last modified time | path
    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 21 milliseconds