nfound            146 lib/dynamic_debug.c 	unsigned int nfound = 0;
nfound            188 lib/dynamic_debug.c 			nfound++;
nfound            210 lib/dynamic_debug.c 	if (!nfound && verbose)
nfound            213 lib/dynamic_debug.c 	return nfound;
nfound            451 lib/dynamic_debug.c 	int nwords, nfound;
nfound            469 lib/dynamic_debug.c 	nfound = ddebug_change(&query, flags, mask);
nfound            470 lib/dynamic_debug.c 	vpr_info_dq(&query, nfound ? "applied" : "no-match");
nfound            472 lib/dynamic_debug.c 	return nfound;
nfound            482 lib/dynamic_debug.c 	int i, errs = 0, exitcode = 0, rc, nfound = 0;
nfound            500 lib/dynamic_debug.c 			nfound += rc;
nfound            505 lib/dynamic_debug.c 		 i, nfound, errs);
nfound            509 lib/dynamic_debug.c 	return nfound;
nfound            124 tools/testing/radix-tree/test.c 		int nfound;
nfound            131 tools/testing/radix-tree/test.c 		nfound = radix_tree_gang_lookup(root, (void **)items,
nfound            133 tools/testing/radix-tree/test.c 		assert(nfound == nr_to_find);
nfound            134 tools/testing/radix-tree/test.c 		for (i = 0; i < nfound; i++)
nfound            149 tools/testing/radix-tree/test.c 	int nfound;
nfound            154 tools/testing/radix-tree/test.c 	while ((nfound = radix_tree_gang_lookup(root, (void **)items, into,
nfound            157 tools/testing/radix-tree/test.c 		for (i = 0; i < nfound; i++) {
nfound            167 tools/testing/radix-tree/test.c 	nfound = radix_tree_gang_lookup(root, (void **)items,
nfound            169 tools/testing/radix-tree/test.c 	assert(nfound == 0);