Lines Matching refs:start
173 * @offset: the bitnumber to start searching at
1245 * @first_index: start the lookup from this key
1293 * @first_index: start the lookup from this key
1334 * @first_index: start the lookup from this key
1482 unsigned long maxindex, start = iter->next_index;
1488 start = max(start, maxindex + 1);
1489 if (start > max)
1492 if (start > maxindex) {
1493 int error = radix_tree_extend(root, gfp, start, shift);
1499 if (start == 0 && shift == 0)
1518 offset = radix_tree_descend(node, &child, start);
1522 start = next_index(start, node, offset);
1523 if (start > max || start == 0)
1537 iter->index = start;
1539 iter->next_index = 1 + min(max, (start | node_maxindex(node)));