Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/radix-tree/
Dtest.c125 int nr_to_find = chunk; in item_gang_check_present() local
128 if (nr_to_find > (nr - into)) in item_gang_check_present()
129 nr_to_find = nr - into; in item_gang_check_present()
132 start + into, nr_to_find); in item_gang_check_present()
133 assert(nfound == nr_to_find); in item_gang_check_present()