/linux-6.1.9/mm/ |
D | memtest.c | 69 phys_addr_t this_start, this_end; in do_one_pass() local 72 &this_end, NULL) { in do_one_pass() 74 this_end = clamp(this_end, start, end); in do_one_pass() 75 if (this_start < this_end) { in do_one_pass() 77 &this_start, &this_end, cpu_to_be64(pattern)); in do_one_pass() 78 memtest(pattern, this_start, this_end - this_start); in do_one_pass()
|
D | highmem.c | 409 unsigned this_end = min_t(unsigned, end1, PAGE_SIZE); in zero_user_segments() local 413 memset(kaddr + start1, 0, this_end - start1); in zero_user_segments() 415 end1 -= this_end; in zero_user_segments() 423 unsigned this_end = min_t(unsigned, end2, PAGE_SIZE); in zero_user_segments() local 428 memset(kaddr + start2, 0, this_end - start2); in zero_user_segments() 430 end2 -= this_end; in zero_user_segments()
|
D | memblock.c | 218 phys_addr_t this_start, this_end, cand; in __memblock_find_range_bottom_up() local 221 for_each_free_mem_range(i, nid, flags, &this_start, &this_end, NULL) { in __memblock_find_range_bottom_up() 223 this_end = clamp(this_end, start, end); in __memblock_find_range_bottom_up() 226 if (cand < this_end && this_end - cand >= size) in __memblock_find_range_bottom_up() 253 phys_addr_t this_start, this_end, cand; in __memblock_find_range_top_down() local 256 for_each_free_mem_range_reverse(i, nid, flags, &this_start, &this_end, in __memblock_find_range_top_down() 259 this_end = clamp(this_end, start, end); in __memblock_find_range_top_down() 261 if (this_end < size) in __memblock_find_range_top_down() 264 cand = round_down(this_end - size, align); in __memblock_find_range_top_down()
|
/linux-6.1.9/drivers/block/drbd/ |
D | drbd_interval.c | 28 sector_t this_end = this->sector + (this->size >> 9); in drbd_insert_interval() local 37 if (here->end < this_end) in drbd_insert_interval() 38 here->end = this_end; in drbd_insert_interval() 51 this->end = this_end; in drbd_insert_interval()
|
/linux-6.1.9/arch/sparc/kernel/ |
D | chmc.c | 351 u64 this_end; in jbusmc_dimm_group_size() local 355 this_end = this_base + ent->reg_size; in jbusmc_dimm_group_size() 356 if (base < this_base || base >= this_end) in jbusmc_dimm_group_size() 358 if (this_end > max) in jbusmc_dimm_group_size() 359 this_end = max; in jbusmc_dimm_group_size() 360 if (this_end > max_seen) in jbusmc_dimm_group_size() 361 max_seen = this_end; in jbusmc_dimm_group_size()
|
/linux-6.1.9/fs/btrfs/ |
D | extent-io-tree.c | 1099 u64 this_end; in __set_extent_bit() local 1101 this_end = end; in __set_extent_bit() 1103 this_end = last_start - 1; in __set_extent_bit() 1114 prealloc->end = this_end; in __set_extent_bit() 1121 start = this_end + 1; in __set_extent_bit() 1321 u64 this_end; in convert_extent_bit() local 1323 this_end = end; in convert_extent_bit() 1325 this_end = last_start - 1; in convert_extent_bit() 1338 prealloc->end = this_end; in convert_extent_bit() 1344 start = this_end + 1; in convert_extent_bit()
|
/linux-6.1.9/drivers/of/ |
D | of_reserved_mem.c | 238 phys_addr_t this_end, next_end; in __rmem_check_for_overlap() local 240 this_end = this->base + this->size; in __rmem_check_for_overlap() 243 this->name, &this->base, &this_end, in __rmem_check_for_overlap()
|
/linux-6.1.9/arch/sparc/mm/ |
D | init_64.c | 1206 unsigned long this_end; in add_node_ranges() local 1209 this_end = memblock_nid_range(start, end, &nid); in add_node_ranges() 1213 nid, start, this_end); in add_node_ranges() 1215 memblock_set_node(start, this_end - start, in add_node_ranges() 1219 start = this_end; in add_node_ranges() 1774 unsigned long this_end, paddr = __pa(vstart); in kernel_map_range() local 1837 this_end = (vstart + PMD_SIZE) & PMD_MASK; in kernel_map_range() 1838 if (this_end > vend) in kernel_map_range() 1839 this_end = vend; in kernel_map_range() 1841 while (vstart < this_end) { in kernel_map_range()
|
/linux-6.1.9/kernel/ |
D | relay.c | 1152 unsigned int this_len, this_end, private; in subbuf_splice_actor() local 1164 this_end = cur_pos + this_len; in subbuf_splice_actor() 1165 if (this_end >= nonpad_end) { in subbuf_splice_actor() 1177 if (this_end >= nonpad_end) { in subbuf_splice_actor()
|