Searched refs:nfound (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/radix-tree/
H A Dtest.c124 int nfound; local
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; local
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
[all...]
/linux-master/lib/
H A Ddynamic_debug.c180 unsigned int nfound = 0; local
244 nfound++;
267 if (!nfound && verbose)
270 return nfound;
538 int nwords, nfound; local
556 nfound = ddebug_change(&query, &modifiers);
557 vpr_info_dq(&query, nfound ? "applied" : "no-match");
559 return nfound;
569 int i, errs = 0, exitcode = 0, rc, nfound = 0; local
587 nfound
[all...]

Completed in 103 milliseconds