Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_icache.c796 int nr_found; in xfs_inode_ag_walk() local
802 nr_found = 0; in xfs_inode_ag_walk()
811 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xfs_inode_ag_walk()
815 nr_found = radix_tree_gang_lookup_tag( in xfs_inode_ag_walk()
820 if (!nr_found) { in xfs_inode_ag_walk()
829 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
857 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
879 } while (nr_found && !done); in xfs_inode_ag_walk()
1256 int nr_found = 0; in xfs_reclaim_inodes_ag() local
1275 nr_found = radix_tree_gang_lookup_tag( in xfs_reclaim_inodes_ag()
[all …]
Dxfs_qm.c58 int nr_found; in xfs_qm_dquot_walk() local
63 nr_found = 0; in xfs_qm_dquot_walk()
71 nr_found = radix_tree_gang_lookup(tree, (void **)batch, in xfs_qm_dquot_walk()
73 if (!nr_found) { in xfs_qm_dquot_walk()
78 for (i = 0; i < nr_found; i++) { in xfs_qm_dquot_walk()
Dxfs_inode.c3475 int nr_found; in xfs_iflush_cluster() local
3490 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)cilist, in xfs_iflush_cluster()
3492 if (nr_found == 0) in xfs_iflush_cluster()
3495 for (i = 0; i < nr_found; i++) { in xfs_iflush_cluster()
/Linux-v5.4/tools/testing/radix-tree/
Dtag_check.c135 int nr_found; in gang_check() local
139 while ((nr_found = radix_tree_gang_lookup_tag(tree, (void **)items, in gang_check()
143 for (i = 0; i < nr_found; i++) { in gang_check()
153 index = items[nr_found - 1]->index + 1; in gang_check()
/Linux-v5.4/drivers/sh/intc/
Dvirq.c205 unsigned int nr_found; in intc_subgroup_map() local
211 nr_found = radix_tree_gang_lookup_tag_slot(&d->tree, in intc_subgroup_map()
215 for (i = 0; i < nr_found; i++) { in intc_subgroup_map()
/Linux-v5.4/include/trace/events/
Dbcache.h397 TP_PROTO(unsigned nr_found,
400 TP_ARGS(nr_found,
405 __field(__u32, nr_found )
413 __entry->nr_found = nr_found;
420 TP_printk("found %u keys from %u:%llu to %u:%llu", __entry->nr_found,
/Linux-v5.4/drivers/md/bcache/
Dbtree.c2471 unsigned int nr_found; member
2509 refill->nr_found++; in refill_keybuf_fn()
2530 refill.nr_found = 0; in bch_refill_keybuf()
2538 trace_bcache_keyscan(refill.nr_found, in bch_refill_keybuf()