Home
last modified time | relevance | path

Searched refs:slots_found (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/lib/
Dradix-tree.c916 unsigned int nr_found, slots_found, i; in radix_tree_gang_lookup() local
921 slots_found = __lookup(node, (void ***)results + ret, cur_index, in radix_tree_gang_lookup()
924 for (i = 0; i < slots_found; i++) { in radix_tree_gang_lookup()
985 unsigned int slots_found; in radix_tree_gang_lookup_slot() local
990 slots_found = __lookup(node, results + ret, cur_index, in radix_tree_gang_lookup_slot()
992 ret += slots_found; in radix_tree_gang_lookup_slot()
1110 unsigned int nr_found, slots_found, i; in radix_tree_gang_lookup_tag() local
1115 slots_found = __lookup_tag(node, (void ***)results + ret, in radix_tree_gang_lookup_tag()
1118 for (i = 0; i < slots_found; i++) { in radix_tree_gang_lookup_tag()
1180 unsigned int slots_found; in radix_tree_gang_lookup_tag_slot() local
[all …]
/linux-2.6.39/drivers/dma/
Dmv_xor.c461 int slots_found, retry = 0; in mv_xor_alloc_slots() local
468 slots_found = 0; in mv_xor_alloc_slots()
487 slots_found = 0; in mv_xor_alloc_slots()
492 if (!slots_found++) in mv_xor_alloc_slots()
495 if (slots_found == num_slots) { in mv_xor_alloc_slots()
Diop-adma.c353 int slots_found, retry = 0; in iop_adma_alloc_slots() local
360 slots_found = 0; in iop_adma_alloc_slots()
379 slots_found = 0; in iop_adma_alloc_slots()
384 if (!slots_found++) { in iop_adma_alloc_slots()
388 slots_found = 0; in iop_adma_alloc_slots()
393 if (slots_found == num_slots) { in iop_adma_alloc_slots()
/linux-2.6.39/drivers/dma/ppc4xx/
Dadma.c2001 int slots_found, retry = 0; in ppc440spe_adma_alloc_slots() local
2010 slots_found = 0; in ppc440spe_adma_alloc_slots()
2022 slots_found = 0; in ppc440spe_adma_alloc_slots()
2027 if (!slots_found++) in ppc440spe_adma_alloc_slots()
2030 if (slots_found == num_slots) { in ppc440spe_adma_alloc_slots()