Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
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()