Searched refs:nr_found (Results 1 – 1 of 1) sorted by relevance
358 unsigned int nr_found = 0; in __lookup() local391 results[nr_found++] = &(slot->slots[i]); in __lookup()392 if (nr_found == max_items) in __lookup()398 return nr_found; in __lookup()445 unsigned int nr_found, slots_found, i; in radix_tree_gang_lookup() local452 nr_found = 0; in radix_tree_gang_lookup()458 results[ret + nr_found] = in radix_tree_gang_lookup()460 nr_found++; in radix_tree_gang_lookup()462 ret += nr_found; in radix_tree_gang_lookup()
Completed in 3 milliseconds