Searched refs:nr_found (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | dqiterate.c | 151 unsigned int nr_found; in xchk_dquot_iter_advance_incore() local 156 nr_found = radix_tree_gang_lookup(tree, (void **)&dq, cursor->id, 1); in xchk_dquot_iter_advance_incore() 157 if (nr_found) in xchk_dquot_iter_advance_incore()
|
H A D | agheader_repair.c | 1175 unsigned int nr_found = 0; in xrep_iunlink_mark_incore() local 1186 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, in xrep_iunlink_mark_incore() 1189 if (!nr_found) { in xrep_iunlink_mark_incore() 1194 for (i = 0; i < nr_found; i++) { in xrep_iunlink_mark_incore() 1222 for (i = 0; i < nr_found; i++) { in xrep_iunlink_mark_incore()
|
/linux/tools/testing/radix-tree/ |
H A D | tag_check.c | 135 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/drivers/sh/intc/ |
H A D | virq.c | 205 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/include/trace/events/ |
H A D | bcache.h | 398 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/fs/xfs/ |
H A D | xfs_qm.c | 65 int nr_found; in xfs_qm_dquot_walk() local 70 nr_found = 0; in xfs_qm_dquot_walk() 78 nr_found = radix_tree_gang_lookup(tree, (void **)batch, in xfs_qm_dquot_walk() 80 if (!nr_found) { in xfs_qm_dquot_walk() 85 for (i = 0; i < nr_found; i++) { in xfs_qm_dquot_walk()
|
/linux/mm/ |
H A D | gup.c | 3463 unsigned int flags, nr_folios, nr_found; in memfd_pin_folios() local 3506 nr_found = filemap_get_folios_contig(memfd->f_mapping, in memfd_pin_folios() 3515 for (i = 0; i < nr_found; i++) { in memfd_pin_folios() 3534 if (!nr_found) { in memfd_pin_folios()
|
/linux/drivers/md/bcache/ |
H A D | btree.c | 2635 unsigned int nr_found; member 2673 refill->nr_found++; in refill_keybuf_fn() 2694 refill.nr_found = 0; in bch_refill_keybuf() 2702 trace_bcache_keyscan(refill.nr_found, in bch_refill_keybuf()
|