Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_icache.c522 int nr_found; in xfs_inode_ag_walk() local
528 nr_found = 0; in xfs_inode_ag_walk()
537 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xfs_inode_ag_walk()
541 nr_found = radix_tree_gang_lookup_tag( in xfs_inode_ag_walk()
546 if (!nr_found) { in xfs_inode_ag_walk()
555 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
583 for (i = 0; i < nr_found; i++) { in xfs_inode_ag_walk()
602 } while (nr_found && !done); in xfs_inode_ag_walk()
1036 int nr_found = 0; in xfs_reclaim_inodes_ag() local
1055 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.c3206 int nr_found; in xfs_iflush_cluster() local
3223 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)ilist, in xfs_iflush_cluster()
3225 if (nr_found == 0) in xfs_iflush_cluster()
3228 for (i = 0; i < nr_found; i++) { in xfs_iflush_cluster()
/linux-4.1.27/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.1.27/drivers/sh/intc/
Dvirq.c202 unsigned int nr_found; in intc_subgroup_map() local
208 nr_found = radix_tree_gang_lookup_tag_slot(&d->tree, in intc_subgroup_map()
212 for (i = 0; i < nr_found; i++) { in intc_subgroup_map()
/linux-4.1.27/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()