Lines Matching refs:cur_start
922 u64 cur_start = *start;
932 state = tree_search(tree, cur_start);
939 if (found && (state->start != cur_start ||
955 cur_start = state->end + 1;
1564 u64 cur_start = *start;
1569 if (WARN_ON(search_end < cur_start))
1582 if (cached->start <= cur_start && cur_start <= cached->end) {
1584 } else if (cached->start > cur_start) {
1597 else if (prev->start <= cur_start && cur_start <= prev->end)
1607 state = tree_search(tree, cur_start);
1614 if (state->end >= cur_start && (state->state & bits) == bits) {
1616 max(cur_start, state->start);
1620 *start = max(cur_start, state->start);