nr_found         2473 drivers/md/bcache/btree.c 	unsigned int	nr_found;
nr_found         2511 drivers/md/bcache/btree.c 			refill->nr_found++;
nr_found         2532 drivers/md/bcache/btree.c 	refill.nr_found	= 0;
nr_found         2540 drivers/md/bcache/btree.c 	trace_bcache_keyscan(refill.nr_found,
nr_found          205 drivers/sh/intc/virq.c 	unsigned int nr_found;
nr_found          211 drivers/sh/intc/virq.c 	nr_found = radix_tree_gang_lookup_tag_slot(&d->tree,
nr_found          215 drivers/sh/intc/virq.c 	for (i = 0; i < nr_found; i++) {
nr_found          796 fs/xfs/xfs_icache.c 	int			nr_found;
nr_found          802 fs/xfs/xfs_icache.c 	nr_found = 0;
nr_found          811 fs/xfs/xfs_icache.c 			nr_found = radix_tree_gang_lookup(&pag->pag_ici_root,
nr_found          815 fs/xfs/xfs_icache.c 			nr_found = radix_tree_gang_lookup_tag(
nr_found          820 fs/xfs/xfs_icache.c 		if (!nr_found) {
nr_found          829 fs/xfs/xfs_icache.c 		for (i = 0; i < nr_found; i++) {
nr_found          857 fs/xfs/xfs_icache.c 		for (i = 0; i < nr_found; i++) {
nr_found          879 fs/xfs/xfs_icache.c 	} while (nr_found && !done);
nr_found         1266 fs/xfs/xfs_icache.c 		int		nr_found = 0;
nr_found         1285 fs/xfs/xfs_icache.c 			nr_found = radix_tree_gang_lookup_tag(
nr_found         1290 fs/xfs/xfs_icache.c 			if (!nr_found) {
nr_found         1300 fs/xfs/xfs_icache.c 			for (i = 0; i < nr_found; i++) {
nr_found         1331 fs/xfs/xfs_icache.c 			for (i = 0; i < nr_found; i++) {
nr_found         1343 fs/xfs/xfs_icache.c 		} while (nr_found && !done && *nr_to_scan > 0);
nr_found         3475 fs/xfs/xfs_inode.c 	int			nr_found;
nr_found         3490 fs/xfs/xfs_inode.c 	nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)cilist,
nr_found         3492 fs/xfs/xfs_inode.c 	if (nr_found == 0)
nr_found         3495 fs/xfs/xfs_inode.c 	for (i = 0; i < nr_found; i++) {
nr_found           58 fs/xfs/xfs_qm.c 	int			nr_found;
nr_found           63 fs/xfs/xfs_qm.c 	nr_found = 0;
nr_found           71 fs/xfs/xfs_qm.c 		nr_found = radix_tree_gang_lookup(tree, (void **)batch,
nr_found           73 fs/xfs/xfs_qm.c 		if (!nr_found) {
nr_found           78 fs/xfs/xfs_qm.c 		for (i = 0; i < nr_found; i++) {
nr_found          397 include/trace/events/bcache.h 	TP_PROTO(unsigned nr_found,
nr_found          400 include/trace/events/bcache.h 	TP_ARGS(nr_found,
nr_found          405 include/trace/events/bcache.h 		__field(__u32,	nr_found			)
nr_found          413 include/trace/events/bcache.h 		__entry->nr_found	= nr_found;
nr_found          420 include/trace/events/bcache.h 	TP_printk("found %u keys from %u:%llu to %u:%llu", __entry->nr_found,
nr_found          135 tools/testing/radix-tree/tag_check.c 	int nr_found;
nr_found          139 tools/testing/radix-tree/tag_check.c 	while ((nr_found = radix_tree_gang_lookup_tag(tree, (void **)items,
nr_found          143 tools/testing/radix-tree/tag_check.c 		for (i = 0; i < nr_found; i++) {
nr_found          153 tools/testing/radix-tree/tag_check.c 		index = items[nr_found - 1]->index + 1;