Lines Matching defs:end
336 * Assumes resources are ordered. Starting from the end try to
402 valid->end = ALIGN_DOWN(valid->end + 1, align) - 1;
404 if (valid->start >= valid->end)
419 if (valid->start == exist->end + 1
420 || valid->end == exist->start - 1)
425 valid->end = valid->start - 1;
447 valid.end = mapping_end;
461 if (res->end < nd_mapping->start)
467 valid.end = res->start - 1;
478 valid.end = min(mapping_end, next->start - 1);
486 /* space at the end of the mapping */
489 valid.end = mapping_end;
586 resource_size_t end = res->start + resource_size(res);
590 || end != next->start)
592 end += resource_size(next);
594 rc = adjust_resource(res, res->start, end - res->start);
662 * allocations from the start of an interleave set and end at the first
663 * BLK allocation or the end of the interleave set, whichever comes
730 res->end = res->start + size - 1;
1204 * At the end of the loop, at most one of the three bits must be set.
1493 if (!IS_ALIGNED(res->start | (res->end + 1),
1548 res->end = res->start + nd_region->ndr_size - 1;