Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Drbtree_test.c158 static bool is_red(struct rb_node *rb) in is_red() function
167 count += !is_red(rb); in black_path_count()
200 WARN_ON_ONCE(is_red(rb) && in check()
201 (!rb_parent(rb) || is_red(rb_parent(rb)))); in check()