Lines Matching refs:nfound
124 int nfound;
131 nfound = radix_tree_gang_lookup(root, (void **)items,
133 assert(nfound == nr_to_find);
134 for (i = 0; i < nfound; i++)
149 int nfound;
154 while ((nfound = radix_tree_gang_lookup(root, (void **)items, into,
156 // printf("At 0x%08lx, nfound=%d\n", into, nfound);
157 for (i = 0; i < nfound; i++) {
162 // items[0]->index, items[nfound-1]->index);
167 nfound = radix_tree_gang_lookup(root, (void **)items,
169 assert(nfound == 0);