Home
last modified time | relevance | path

Searched defs:rb (Results 1 – 1 of 1) sorted by relevance

/xen/xen/common/
A Drbtree.c55 #define rb_color(rb) __rb_color((rb)->__rb_parent_color) argument
56 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) argument
57 #define rb_is_black(rb) __rb_is_black((rb)->__rb_parent_color) argument
59 static inline void rb_set_black(struct rb_node *rb) in rb_set_black()
64 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent()
69 static inline void rb_set_parent_color(struct rb_node *rb, in rb_set_parent_color()

Completed in 4 milliseconds