radix tree: Remove radix_tree_clear_tags
[linux-2.6-microblaze.git] / tools / testing / radix-tree / test.h
index 92d901e..9532c18 100644 (file)
@@ -32,8 +32,8 @@ void item_kill_tree(struct radix_tree_root *root);
 int tag_tagged_items(struct radix_tree_root *, pthread_mutex_t *,
                        unsigned long start, unsigned long end, unsigned batch,
                        unsigned iftag, unsigned thentag);
-unsigned long find_item(struct radix_tree_root *, void *item);
 
+void xarray_tests(void);
 void tag_check(void);
 void multiorder_checks(void);
 void iteration_test(unsigned order, unsigned duration);