Home
last modified time | relevance | path

Searched refs:rb_is_red (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/tools/lib/
Drbtree.c95 if (tmp && rb_is_red(tmp)) { in __rb_insert()
160 if (tmp && rb_is_red(tmp)) { in __rb_insert()
216 if (rb_is_red(sibling)) { in ____rb_erase_color()
255 if (rb_is_red(parent)) in ____rb_erase_color()
310 if (rb_is_red(sibling)) { in ____rb_erase_color()
327 if (rb_is_red(parent)) in ____rb_erase_color()
/linux-4.4.14/lib/
Drbtree.c120 if (tmp && rb_is_red(tmp)) { in __rb_insert()
186 if (tmp && rb_is_red(tmp)) { in __rb_insert()
243 if (rb_is_red(sibling)) { in ____rb_erase_color()
283 if (rb_is_red(parent)) in ____rb_erase_color()
340 if (rb_is_red(sibling)) { in ____rb_erase_color()
358 if (rb_is_red(parent)) in ____rb_erase_color()
/linux-4.4.14/tools/include/linux/
Drbtree_augmented.h109 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
/linux-4.4.14/include/linux/
Drbtree_augmented.h106 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
/linux-4.4.14/fs/afs/
Dvnode.c34 rb_is_red(node) ? 'R' : 'B',