Home
last modified time | relevance | path

Searched refs:black_path_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Drbtree_test.c163 static int black_path_count(struct rb_node *rb) in black_path_count() function
203 blacks = black_path_count(rb); in check()
206 blacks != black_path_count(rb)); in check()
212 WARN_ON_ONCE(count < (1 << black_path_count(rb_last(&root.rb_root))) - 1); in check()
/kernel/linux/linux-6.6/lib/
H A Drbtree_test.c163 static int black_path_count(struct rb_node *rb) in black_path_count() function
203 blacks = black_path_count(rb); in check()
206 blacks != black_path_count(rb)); in check()
212 WARN_ON_ONCE(count < (1 << black_path_count(rb_last(&root.rb_root))) - 1); in check()

Completed in 2 milliseconds