Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_icache.c524 int nr_found; in xfs_inode_ag_walk() local
530 nr_found = 0; in xfs_inode_ag_walk()
539 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xfs_inode_ag_walk()
543 nr_found = radix_tree_gang_lookup_tag( in xfs_inode_ag_walk()
548 if (!nr_found) { in xfs_inode_ag_walk()
557 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
585 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
604 } while (nr_found && !done); in xfs_inode_ag_walk()
1038 int nr_found = 0; in xfs_reclaim_inodes_ag() local
1057 nr_found = radix_tree_gang_lookup_tag( in xfs_reclaim_inodes_ag()
[all …]
Dxfs_qm.c73 int nr_found; in xfs_qm_dquot_walk() local
78 nr_found = 0; in xfs_qm_dquot_walk()
86 nr_found = radix_tree_gang_lookup(tree, (void **)batch, in xfs_qm_dquot_walk()
88 if (!nr_found) { in xfs_qm_dquot_walk()
93 for (i = 0; i < nr_found; i++) { in xfs_qm_dquot_walk()
Dxfs_inode.c3190 int nr_found; in xfs_iflush_cluster() local
3207 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)ilist, in xfs_iflush_cluster()
3209 if (nr_found == 0) in xfs_iflush_cluster()
3212 for (i = 0; i < nr_found; i++) { in xfs_iflush_cluster()
/linux-4.4.14/include/trace/events/
Dbcache.h375 TP_PROTO(unsigned nr_found,
378 TP_ARGS(nr_found,
383 __field(__u32, nr_found )
391 __entry->nr_found = nr_found;
398 TP_printk("found %u keys from %u:%llu to %u:%llu", __entry->nr_found,
/linux-4.4.14/drivers/sh/intc/
Dvirq.c207 unsigned int nr_found; in intc_subgroup_map() local
213 nr_found = radix_tree_gang_lookup_tag_slot(&d->tree, in intc_subgroup_map()
217 for (i = 0; i < nr_found; i++) { in intc_subgroup_map()
/linux-4.4.14/drivers/md/bcache/
Dbtree.c2356 unsigned nr_found; member
2394 refill->nr_found++; in refill_keybuf_fn()
2415 refill.nr_found = 0; in bch_refill_keybuf()
2423 trace_bcache_keyscan(refill.nr_found, in bch_refill_keybuf()