Lines Matching refs:end
474 * Assumes resources are ordered. Starting from the end try to
549 valid->end = ALIGN_DOWN(valid->end + 1, align) - 1;
551 if (valid->start >= valid->end)
581 if (valid->start == exist->end + 1
582 || valid->end == exist->start - 1)
587 valid->end = valid->start - 1;
610 valid.end = mapping_end;
624 if (res->end < nd_mapping->start)
630 valid.end = res->start - 1;
641 valid.end = min(mapping_end, next->start - 1);
649 /* space at the end of the mapping */
652 valid.end = mapping_end;
758 resource_size_t end = res->start + resource_size(res);
762 || end != next->start)
764 end += resource_size(next);
766 rc = adjust_resource(res, res->start, end - res->start);
847 * allocations from the start of an interleave set and end at the first
848 * BLK allocation or the end of the interleave set, whichever comes
938 res->end = res->start + size - 1;
1454 * At the end of the loop, at most one of the three bits must be set.
1757 if (!IS_ALIGNED(res->start | (res->end + 1),
1828 res->end = res->start + nd_region->ndr_size - 1;