Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/radix-tree/
Dregression1.c85 unsigned int nr_found; in find_get_pages() local
89 nr_found = radix_tree_gang_lookup_slot(&mt_tree, in find_get_pages()
92 for (i = 0; i < nr_found; i++) { in find_get_pages()
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-v4.19/fs/xfs/
Dxfs_icache.c791 int nr_found; in xfs_inode_ag_walk() local
797 nr_found = 0; in xfs_inode_ag_walk()
806 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xfs_inode_ag_walk()
810 nr_found = radix_tree_gang_lookup_tag( in xfs_inode_ag_walk()
815 if (!nr_found) { in xfs_inode_ag_walk()
824 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
852 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
874 } while (nr_found && !done); in xfs_inode_ag_walk()
1251 int nr_found = 0; in xfs_reclaim_inodes_ag() local
1270 nr_found = radix_tree_gang_lookup_tag( in xfs_reclaim_inodes_ag()
[all …]
Dxfs_qm.c62 int nr_found; in xfs_qm_dquot_walk() local
67 nr_found = 0; in xfs_qm_dquot_walk()
75 nr_found = radix_tree_gang_lookup(tree, (void **)batch, in xfs_qm_dquot_walk()
77 if (!nr_found) { in xfs_qm_dquot_walk()
82 for (i = 0; i < nr_found; i++) { in xfs_qm_dquot_walk()
Dxfs_inode.c3149 int nr_found; in xfs_iflush_cluster() local
3165 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)cilist, in xfs_iflush_cluster()
3167 if (nr_found == 0) in xfs_iflush_cluster()
3170 for (i = 0; i < nr_found; i++) { in xfs_iflush_cluster()
/Linux-v4.19/include/trace/events/
Dbcache.h376 TP_PROTO(unsigned nr_found,
379 TP_ARGS(nr_found,
384 __field(__u32, nr_found )
392 __entry->nr_found = nr_found;
399 TP_printk("found %u keys from %u:%llu to %u:%llu", __entry->nr_found,
/Linux-v4.19/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-v4.19/drivers/md/bcache/
Dbtree.c2424 unsigned int nr_found; member
2462 refill->nr_found++; in refill_keybuf_fn()
2483 refill.nr_found = 0; in bch_refill_keybuf()
2491 trace_bcache_keyscan(refill.nr_found, in bch_refill_keybuf()