Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/radix-tree/
Dtest.c130 int nfound; in item_gang_check_present() local
137 nfound = radix_tree_gang_lookup(root, (void **)items, in item_gang_check_present()
139 assert(nfound == nr_to_find); in item_gang_check_present()
140 for (i = 0; i < nfound; i++) in item_gang_check_present()
155 int nfound; in item_full_scan() local
160 while ((nfound = radix_tree_gang_lookup(root, (void **)items, into, in item_full_scan()
163 for (i = 0; i < nfound; i++) { in item_full_scan()
173 nfound = radix_tree_gang_lookup(root, (void **)items, in item_full_scan()
175 assert(nfound == 0); in item_full_scan()
295 int nfound; in item_kill_tree() local
[all …]
/Linux-v4.19/lib/
Ddynamic_debug.c144 unsigned int nfound = 0; in ddebug_change() local
186 nfound++; in ddebug_change()
208 if (!nfound && verbose) in ddebug_change()
211 return nfound; in ddebug_change()
449 int nwords, nfound; in ddebug_exec_query() local
467 nfound = ddebug_change(&query, flags, mask); in ddebug_exec_query()
468 vpr_info_dq(&query, nfound ? "applied" : "no-match"); in ddebug_exec_query()
470 return nfound; in ddebug_exec_query()
480 int i, errs = 0, exitcode = 0, rc, nfound = 0; in ddebug_exec_queries() local
498 nfound += rc; in ddebug_exec_queries()
[all …]