Searched refs:ITEMS (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/testing/radix-tree/ |
D | main.c | 154 #define ITEMS 50000 macro 159 unsigned long idx[ITEMS]; in copy_tag_check() 201 for (i = 0; i < ITEMS; i++) { in copy_tag_check() 217 tagged = tag_tagged_items(&tree, start, end, ITEMS, XA_MARK_0, XA_MARK_1); in copy_tag_check() 221 check_copied_tags(&tree, start, end, idx, ITEMS, 0, 1); in copy_tag_check() 231 check_copied_tags(&tree, start, end, idx, ITEMS, 0, 2); in copy_tag_check()
|