Home
last modified time | relevance | path

Searched refs:rb_is_black (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Drbtree.c143 while ((!node || rb_is_black(node)) && node != root->rb_node) in __rb_erase_color()
155 if ((!other->rb_left || rb_is_black(other->rb_left)) && in __rb_erase_color()
156 (!other->rb_right || rb_is_black(other->rb_right))) in __rb_erase_color()
164 if (!other->rb_right || rb_is_black(other->rb_right)) in __rb_erase_color()
189 if ((!other->rb_left || rb_is_black(other->rb_left)) && in __rb_erase_color()
190 (!other->rb_right || rb_is_black(other->rb_right))) in __rb_erase_color()
198 if (!other->rb_left || rb_is_black(other->rb_left)) in __rb_erase_color()
/xen-4.10.0-shim-comet/xen/include/xen/
A Drbtree.h115 #define rb_is_black(r) rb_color(r) macro

Completed in 5 milliseconds