Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/radix-tree/
H 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()
/OK3568_Linux_fs/kernel/lib/
H A Ddynamic_debug.c154 unsigned int nfound = 0; in ddebug_change() local
203 nfound++; in ddebug_change()
225 if (!nfound && verbose) in ddebug_change()
228 return nfound; in ddebug_change()
494 int nwords, nfound; in ddebug_exec_query() local
512 nfound = ddebug_change(&query, &modifiers); in ddebug_exec_query()
513 vpr_info_dq(&query, nfound ? "applied" : "no-match"); 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()
[all …]