Home
last modified time | relevance | path

Searched refs:rb_is_red (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/
H A Drbtree.c117 if (tmp && rb_is_red(tmp)) { in __rb_insert()
185 if (tmp && rb_is_red(tmp)) { in __rb_insert()
242 if (rb_is_red(sibling)) { in ____rb_erase_color()
282 if (rb_is_red(parent)) in ____rb_erase_color()
354 if (rb_is_red(sibling)) { in ____rb_erase_color()
372 if (rb_is_red(parent)) in ____rb_erase_color()
/kernel/linux/linux-5.10/lib/
H A Drbtree.c117 if (tmp && rb_is_red(tmp)) { in __rb_insert()
185 if (tmp && rb_is_red(tmp)) { in __rb_insert()
242 if (rb_is_red(sibling)) { in ____rb_erase_color()
282 if (rb_is_red(parent)) in ____rb_erase_color()
354 if (rb_is_red(sibling)) { in ____rb_erase_color()
372 if (rb_is_red(parent)) in ____rb_erase_color()
/kernel/linux/linux-6.6/tools/lib/
H A Drbtree.c117 if (tmp && rb_is_red(tmp)) { in __rb_insert()
185 if (tmp && rb_is_red(tmp)) { in __rb_insert()
242 if (rb_is_red(sibling)) { in ____rb_erase_color()
282 if (rb_is_red(parent)) in ____rb_erase_color()
354 if (rb_is_red(sibling)) { in ____rb_erase_color()
372 if (rb_is_red(parent)) in ____rb_erase_color()
/kernel/linux/linux-6.6/lib/
H A Drbtree.c117 if (tmp && rb_is_red(tmp)) { in __rb_insert()
185 if (tmp && rb_is_red(tmp)) { in __rb_insert()
242 if (rb_is_red(sibling)) { in ____rb_erase_color()
282 if (rb_is_red(parent)) in ____rb_erase_color()
354 if (rb_is_red(sibling)) { in ____rb_erase_color()
372 if (rb_is_red(parent)) in ____rb_erase_color()
/kernel/linux/linux-5.10/include/linux/
H A Drbtree_augmented.h154 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
/kernel/linux/linux-5.10/tools/include/linux/
H A Drbtree_augmented.h156 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
/kernel/linux/linux-6.6/include/linux/
H A Drbtree_augmented.h180 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro
/kernel/linux/linux-6.6/tools/include/linux/
H A Drbtree_augmented.h156 #define rb_is_red(rb) __rb_is_red((rb)->__rb_parent_color) macro

Completed in 6 milliseconds