Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/lib/
A Ddynamic_debug.c179 unsigned int nfound = 0; in ddebug_change() local
243 nfound++; in ddebug_change()
266 if (!nfound && verbose) in ddebug_change()
269 return nfound; in ddebug_change()
537 int nwords, nfound; in ddebug_exec_query() local
555 nfound = ddebug_change(&query, &modifiers); in ddebug_exec_query()
558 return nfound; in ddebug_exec_query()
568 int i, errs = 0, exitcode = 0, rc, nfound = 0; in ddebug_exec_queries() local
586 nfound += rc; in ddebug_exec_queries()
592 i, nfound, errs); in ddebug_exec_queries()
[all …]

Completed in 7 milliseconds