Searched refs:nr_found (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dradix-tree.c828 unsigned int nr_found = 0; local
861 results[nr_found++] = &(slot->slots[i]);
862 if (nr_found == max_items)
868 return nr_found;
915 unsigned int nr_found, slots_found, i; local
922 nr_found = 0;
928 results[ret + nr_found] =
930 nr_found++;
932 ret += nr_found;
1005 unsigned int nr_found local
1105 unsigned int nr_found, slots_found, i; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_sync.c50 int nr_found; local
59 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root,
62 nr_found = radix_tree_gang_lookup_tag(&pag->pag_ici_root,
65 if (!nr_found)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dfilemap.c758 unsigned int nr_found; local
762 nr_found = radix_tree_gang_lookup_slot(&mapping->page_tree,
765 for (i = 0; i < nr_found; i++) {
810 unsigned int nr_found; local
814 nr_found = radix_tree_gang_lookup_slot(&mapping->page_tree,
817 for (i = 0; i < nr_found; i++) {
863 unsigned int nr_found; local
867 nr_found = radix_tree_gang_lookup_tag_slot(&mapping->page_tree,
870 for (i = 0; i < nr_found; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_inode.c2616 int nr_found; local
2633 nr_found = radix_tree_gang_lookup(&pag->pag_ici_root, (void**)ilist,
2635 if (nr_found == 0)
2638 for (i = 0; i < nr_found; i++) {

Completed in 169 milliseconds