Searched refs:nr_to_find (Results 1 – 1 of 1) sorted by relevance
125 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()