Searched refs:nr_found (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Ddqiterate.c151 unsigned int nr_found; local
156 nr_found = radix_tree_gang_lookup(tree, (void **)&dq, cursor->id, 1);
157 if (nr_found)
/linux-master/tools/testing/radix-tree/
H A Dtag_check.c135 int nr_found; local
139 while ((nr_found = radix_tree_gang_lookup_tag(tree, (void **)items,
143 for (i = 0; i < nr_found; i++) {
153 index = items[nr_found - 1]->index + 1;
/linux-master/drivers/sh/intc/
H A Dvirq.c205 unsigned int nr_found; local
211 nr_found = radix_tree_gang_lookup_tag_slot(&d->tree,
215 for (i = 0; i < nr_found; i++) {
/linux-master/include/trace/events/
H A Dbcache.h398 TP_PROTO(unsigned nr_found,
401 TP_ARGS(nr_found,
406 __field(__u32, nr_found )
414 __entry->nr_found = nr_found;
421 TP_printk("found %u keys from %u:%llu to %u:%llu", __entry->nr_found,
/linux-master/fs/xfs/
H A Dxfs_icache.c1652 int nr_found; local
1661 nr_found = 0;
1669 nr_found = radix_tree_gang_lookup_tag(&pag->pag_ici_root,
1672 if (!nr_found) {
1682 for (i = 0; i < nr_found; i++) {
1710 for (i = 0; i < nr_found; i++) {
1734 } while (nr_found && !done);
H A Dxfs_qm.c63 int nr_found; local
68 nr_found = 0;
76 nr_found = radix_tree_gang_lookup(tree, (void **)batch,
78 if (!nr_found) {
83 for (i = 0; i < nr_found; i++) {
/linux-master/drivers/md/bcache/
H A Dbtree.c2631 unsigned int nr_found; member in struct:refill
2669 refill->nr_found++;
2690 refill.nr_found = 0;
2698 trace_bcache_keyscan(refill.nr_found,

Completed in 188 milliseconds