Home
last modified time | relevance | path

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

/linux/tools/testing/radix-tree/
A Dtest.c124 int nfound; in item_gang_check_present() local
131 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() local
154 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()
/linux/lib/
A Ddynamic_debug.c158 unsigned int nfound = 0; in ddebug_change() local
207 nfound++; in ddebug_change()
228 if (!nfound && verbose) in ddebug_change()
231 return nfound; in ddebug_change()
494 int nwords, nfound; in ddebug_exec_query() local
512 nfound = ddebug_change(&query, &modifiers); in ddebug_exec_query()
515 return nfound; in ddebug_exec_query()
525 int i, errs = 0, exitcode = 0, rc, nfound = 0; in ddebug_exec_queries() local
543 nfound += rc; in ddebug_exec_queries()
549 i, nfound, errs); in ddebug_exec_queries()
[all …]

Completed in 6 milliseconds