Lines Matching defs:blk_start
713 resource_size_t map_end, blk_start, new;
737 blk_start = nd_mapping->start;
769 if ((start >= blk_start && start < map_end)
770 || (end >= blk_start && end <= map_end)) {
771 new = max(blk_start, min(map_end, end) + 1);
772 if (new != blk_start) {
773 blk_start = new;
779 /* update the free space range with the probed blk_start */
780 if (info->res && blk_start > info->res->start) {
781 info->res->start = max(info->res->start, blk_start);
787 info->available -= blk_start - nd_mapping->start;
899 resource_size_t map_start, map_end, busy = 0, available, blk_start;
914 blk_start = max(map_start, map_end + 1 - *overlap);
922 blk_start = min(blk_start,
936 blk_start = map_start;
942 blk_start = map_start;
946 *overlap = map_end + 1 - blk_start;
947 available = blk_start - map_start;