Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/radix-tree/
A 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-6.3-rc2/drivers/sh/intc/
A 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-6.3-rc2/include/trace/events/
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-6.3-rc2/fs/xfs/
A Dxfs_icache.c1656 int nr_found; in xfs_icwalk_ag() local
1665 nr_found = 0; in xfs_icwalk_ag()
1673 nr_found = radix_tree_gang_lookup_tag(&pag->pag_ici_root, in xfs_icwalk_ag()
1676 if (!nr_found) { in xfs_icwalk_ag()
1686 for (i = 0; i < nr_found; i++) { in xfs_icwalk_ag()
1714 for (i = 0; i < nr_found; i++) { in xfs_icwalk_ag()
1738 } while (nr_found && !done); in xfs_icwalk_ag()
A 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()
/linux-6.3-rc2/drivers/md/bcache/
A Dbtree.c2585 unsigned int nr_found; member
2623 refill->nr_found++; in refill_keybuf_fn()
2644 refill.nr_found = 0; in bch_refill_keybuf()
2652 trace_bcache_keyscan(refill.nr_found, in bch_refill_keybuf()

Completed in 20 milliseconds