Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/radix-tree/
H A Dmain.c154 #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()
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Dmain.c154 #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()

Completed in 2 milliseconds