Lines Matching refs:start
747 resource_size_t start, end;
752 start = ALIGN(res->start, align);
754 if (end < start)
756 if (end - start + 1 > max)
757 max = end - start + 1;
768 * Validate that a PMEM label, if present, aligns with the start of an
786 map_start = nd_mapping->start;
789 resource_size_t start, end;
791 start = ALIGN_DOWN(res->start, align);
793 if (start >= map_start && start < map_end) {
799 busy += end - start + 1;
801 busy += end - start + 1;
802 } else if (map_start > start && map_start < end) {
817 __release_region(&ndd->dpa, res->start, resource_size(res));
821 struct nd_label_id *label_id, resource_size_t start,
831 res = __request_region(&ndd->dpa, start, n, name, 0);