this_end          351 arch/sparc/kernel/chmc.c 		u64 this_end;
this_end          355 arch/sparc/kernel/chmc.c 		this_end = this_base + ent->reg_size;
this_end          356 arch/sparc/kernel/chmc.c 		if (base < this_base || base >= this_end)
this_end          358 arch/sparc/kernel/chmc.c 		if (this_end > max)
this_end          359 arch/sparc/kernel/chmc.c 			this_end = max;
this_end          360 arch/sparc/kernel/chmc.c 		if (this_end > max_seen)
this_end          361 arch/sparc/kernel/chmc.c 			max_seen = this_end;
this_end         1237 arch/sparc/mm/init_64.c 			unsigned long this_end;
this_end         1240 arch/sparc/mm/init_64.c 			this_end = memblock_nid_range(start, end, &nid);
this_end         1244 arch/sparc/mm/init_64.c 				nid, start, this_end);
this_end         1246 arch/sparc/mm/init_64.c 			memblock_set_node(start, this_end - start,
this_end         1250 arch/sparc/mm/init_64.c 			start = this_end;
this_end         1801 arch/sparc/mm/init_64.c 		unsigned long this_end, paddr = __pa(vstart);
this_end         1850 arch/sparc/mm/init_64.c 		this_end = (vstart + PMD_SIZE) & PMD_MASK;
this_end         1851 arch/sparc/mm/init_64.c 		if (this_end > vend)
this_end         1852 arch/sparc/mm/init_64.c 			this_end = vend;
this_end         1854 arch/sparc/mm/init_64.c 		while (vstart < this_end) {
this_end           28 drivers/block/drbd/drbd_interval.c 	sector_t this_end = this->sector + (this->size >> 9);
this_end           37 drivers/block/drbd/drbd_interval.c 		if (here->end < this_end)
this_end           38 drivers/block/drbd/drbd_interval.c 			here->end = this_end;
this_end           51 drivers/block/drbd/drbd_interval.c 	this->end = this_end;
this_end          223 drivers/of/of_reserved_mem.c 			phys_addr_t this_end, next_end;
this_end          225 drivers/of/of_reserved_mem.c 			this_end = this->base + this->size;
this_end          228 drivers/of/of_reserved_mem.c 			       this->name, &this->base, &this_end,
this_end         1077 fs/btrfs/extent_io.c 		u64 this_end;
this_end         1079 fs/btrfs/extent_io.c 			this_end = end;
this_end         1081 fs/btrfs/extent_io.c 			this_end = last_start - 1;
this_end         1090 fs/btrfs/extent_io.c 		err = insert_state(tree, prealloc, start, this_end,
this_end         1097 fs/btrfs/extent_io.c 		start = this_end + 1;
this_end         1305 fs/btrfs/extent_io.c 		u64 this_end;
this_end         1307 fs/btrfs/extent_io.c 			this_end = end;
this_end         1309 fs/btrfs/extent_io.c 			this_end = last_start - 1;
this_end         1321 fs/btrfs/extent_io.c 		err = insert_state(tree, prealloc, start, this_end,
this_end         1327 fs/btrfs/extent_io.c 		start = this_end + 1;
this_end         1243 kernel/relay.c 		unsigned int this_len, this_end, private;
this_end         1255 kernel/relay.c 		this_end = cur_pos + this_len;
this_end         1256 kernel/relay.c 		if (this_end >= nonpad_end) {
this_end         1268 kernel/relay.c 		if (this_end >= nonpad_end) {
this_end          194 mm/memblock.c  	phys_addr_t this_start, this_end, cand;
this_end          197 mm/memblock.c  	for_each_free_mem_range(i, nid, flags, &this_start, &this_end, NULL) {
this_end          199 mm/memblock.c  		this_end = clamp(this_end, start, end);
this_end          202 mm/memblock.c  		if (cand < this_end && this_end - cand >= size)
this_end          229 mm/memblock.c  	phys_addr_t this_start, this_end, cand;
this_end          232 mm/memblock.c  	for_each_free_mem_range_reverse(i, nid, flags, &this_start, &this_end,
this_end          235 mm/memblock.c  		this_end = clamp(this_end, start, end);
this_end          237 mm/memblock.c  		if (this_end < size)
this_end          240 mm/memblock.c  		cand = round_down(this_end - size, align);
this_end           69 mm/memtest.c   	phys_addr_t this_start, this_end;
this_end           72 mm/memtest.c   				&this_end, NULL) {
this_end           74 mm/memtest.c   		this_end = clamp(this_end, start, end);
this_end           75 mm/memtest.c   		if (this_start < this_end) {
this_end           77 mm/memtest.c   				&this_start, &this_end, cpu_to_be64(pattern));
this_end           78 mm/memtest.c   			memtest(pattern, this_start, this_end - this_start);