Lines Matching defs:cur_start
988 u64 cur_start = *start;
998 state = tree_search(tree, cur_start);
1005 if (found && (state->start != cur_start ||
1021 cur_start = state->end + 1;
1672 u64 cur_start = *start;
1677 if (WARN_ON(search_end < cur_start))
1690 if (cached->start <= cur_start && cur_start <= cached->end) {
1692 } else if (cached->start > cur_start) {
1705 else if (prev->start <= cur_start && cur_start <= prev->end)
1715 state = tree_search(tree, cur_start);
1722 if (state->end >= cur_start && (state->state & bits) == bits) {
1724 max(cur_start, state->start);
1728 *start = max(cur_start, state->start);