Home
last modified time | relevance | path

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

/lib/
Drbtree_test.c171 static void check_postorder_foreach(int nr_nodes) in check_postorder_foreach() argument
178 WARN_ON_ONCE(count != nr_nodes); in check_postorder_foreach()
181 static void check_postorder(int nr_nodes) in check_postorder() argument
188 WARN_ON_ONCE(count != nr_nodes); in check_postorder()
191 static void check(int nr_nodes) in check() argument
211 WARN_ON_ONCE(count != nr_nodes); in check()
214 check_postorder(nr_nodes); in check()
215 check_postorder_foreach(nr_nodes); in check()
218 static void check_augmented(int nr_nodes) in check_augmented() argument
222 check(nr_nodes); in check_augmented()