Searched refs:nfound (Results 1 – 1 of 1) sorted by relevance
124 int nfound; in item_gang_check_present() local131 nfound = radix_tree_gang_lookup(root, (void **)items, in item_gang_check_present()133 assert(nfound == nr_to_find); in item_gang_check_present()134 for (i = 0; i < nfound; i++) in item_gang_check_present()149 int nfound; in item_full_scan() local154 while ((nfound = radix_tree_gang_lookup(root, (void **)items, into, in item_full_scan()157 for (i = 0; i < nfound; i++) { in item_full_scan()167 nfound = radix_tree_gang_lookup(root, (void **)items, in item_full_scan()169 assert(nfound == 0); in item_full_scan()
Completed in 3 milliseconds