Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/radix-tree/
Dtest.c131 int nr_to_find = chunk; in item_gang_check_present() local
134 if (nr_to_find > (nr - into)) in item_gang_check_present()
135 nr_to_find = nr - into; in item_gang_check_present()
138 start + into, nr_to_find); in item_gang_check_present()
139 assert(nfound == nr_to_find); in item_gang_check_present()