Home
last modified time | relevance | path

Searched refs:this_end (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/mm/
Dmemtest.c69 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()
Dmemblock.c171 phys_addr_t this_start, this_end, cand; in __memblock_find_range_bottom_up() local
174 for_each_free_mem_range(i, nid, flags, &this_start, &this_end, NULL) { in __memblock_find_range_bottom_up()
176 this_end = clamp(this_end, start, end); in __memblock_find_range_bottom_up()
179 if (cand < this_end && this_end - cand >= size) in __memblock_find_range_bottom_up()
206 phys_addr_t this_start, this_end, cand; in __memblock_find_range_top_down() local
209 for_each_free_mem_range_reverse(i, nid, flags, &this_start, &this_end, in __memblock_find_range_top_down()
212 this_end = clamp(this_end, start, end); in __memblock_find_range_top_down()
214 if (this_end < size) in __memblock_find_range_top_down()
217 cand = round_down(this_end - size, align); in __memblock_find_range_top_down()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_interval.c51 sector_t this_end = this->sector + (this->size >> 9); in drbd_insert_interval() local
60 if (here->end < this_end) in drbd_insert_interval()
61 here->end = this_end; in drbd_insert_interval()
74 this->end = this_end; in drbd_insert_interval()
/Linux-v4.19/arch/sparc/kernel/
Dchmc.c350 u64 this_end; in jbusmc_dimm_group_size() local
354 this_end = this_base + ent->reg_size; in jbusmc_dimm_group_size()
355 if (base < this_base || base >= this_end) in jbusmc_dimm_group_size()
357 if (this_end > max) in jbusmc_dimm_group_size()
358 this_end = max; in jbusmc_dimm_group_size()
359 if (this_end > max_seen) in jbusmc_dimm_group_size()
360 max_seen = this_end; in jbusmc_dimm_group_size()
/Linux-v4.19/drivers/of/
Dof_reserved_mem.c241 phys_addr_t this_end, next_end; in __rmem_check_for_overlap() local
243 this_end = this->base + this->size; in __rmem_check_for_overlap()
246 this->name, &this->base, &this_end, in __rmem_check_for_overlap()
/Linux-v4.19/arch/sparc/mm/
Dinit_64.c1240 unsigned long this_end; in add_node_ranges() local
1243 this_end = memblock_nid_range(start, end, &nid); in add_node_ranges()
1247 nid, start, this_end); in add_node_ranges()
1249 memblock_set_node(start, this_end - start, in add_node_ranges()
1253 start = this_end; in add_node_ranges()
1803 unsigned long this_end, paddr = __pa(vstart); in kernel_map_range() local
1843 this_end = (vstart + PMD_SIZE) & PMD_MASK; in kernel_map_range()
1844 if (this_end > vend) in kernel_map_range()
1845 this_end = vend; in kernel_map_range()
1847 while (vstart < this_end) { in kernel_map_range()
/Linux-v4.19/kernel/
Drelay.c1237 unsigned int this_len, this_end, private; in subbuf_splice_actor() local
1249 this_end = cur_pos + this_len; in subbuf_splice_actor()
1250 if (this_end >= nonpad_end) { in subbuf_splice_actor()
1262 if (this_end >= nonpad_end) { in subbuf_splice_actor()
/Linux-v4.19/fs/btrfs/
Dextent_io.c984 u64 this_end; in __set_extent_bit() local
986 this_end = end; in __set_extent_bit()
988 this_end = last_start - 1; in __set_extent_bit()
997 err = insert_state(tree, prealloc, start, this_end, in __set_extent_bit()
1004 start = this_end + 1; in __set_extent_bit()
1210 u64 this_end; in convert_extent_bit() local
1212 this_end = end; in convert_extent_bit()
1214 this_end = last_start - 1; in convert_extent_bit()
1226 err = insert_state(tree, prealloc, start, this_end, in convert_extent_bit()
1232 start = this_end + 1; in convert_extent_bit()