Home
last modified time | relevance | path

Searched refs:this_end (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A 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()
H A Dmemblock.c214 phys_addr_t this_start, this_end, cand; in __memblock_find_range_bottom_up() local
217 for_each_free_mem_range(i, nid, flags, &this_start, &this_end, NULL) { in __memblock_find_range_bottom_up()
219 this_end = clamp(this_end, start, end); in __memblock_find_range_bottom_up()
222 if (cand < this_end && this_end - cand >= size) in __memblock_find_range_bottom_up()
249 phys_addr_t this_start, this_end, cand; in __memblock_find_range_top_down() local
252 for_each_free_mem_range_reverse(i, nid, flags, &this_start, &this_end, in __memblock_find_range_top_down()
255 this_end = clamp(this_end, star in __memblock_find_range_top_down()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dmemtest.c76 phys_addr_t this_start, this_end; in do_one_pass() local
79 &this_end, NULL) { in do_one_pass()
81 this_end = clamp(this_end, start, end); in do_one_pass()
82 if (this_start < this_end) { in do_one_pass()
84 &this_start, &this_end, cpu_to_be64(pattern)); in do_one_pass()
85 memtest(pattern, this_start, this_end - this_start); in do_one_pass()
H A Dhighmem.c411 unsigned this_end = min_t(unsigned, end1, PAGE_SIZE); in zero_user_segments() local
415 memset(kaddr + start1, 0, this_end - start1); in zero_user_segments()
417 end1 -= this_end; in zero_user_segments()
425 unsigned this_end = min_t(unsigned, end2, PAGE_SIZE); in zero_user_segments() local
430 memset(kaddr + start2, 0, this_end - start2); in zero_user_segments()
432 end2 -= this_end; in zero_user_segments()
H A Dmemblock.c224 phys_addr_t this_start, this_end, cand; in __memblock_find_range_bottom_up() local
227 for_each_free_mem_range(i, nid, flags, &this_start, &this_end, NULL) { in __memblock_find_range_bottom_up()
229 this_end = clamp(this_end, start, end); in __memblock_find_range_bottom_up()
232 if (cand < this_end && this_end - cand >= size) in __memblock_find_range_bottom_up()
259 phys_addr_t this_start, this_end, cand; in __memblock_find_range_top_down() local
262 for_each_free_mem_range_reverse(i, nid, flags, &this_start, &this_end, in __memblock_find_range_top_down()
265 this_end = clamp(this_end, star in __memblock_find_range_top_down()
[all...]
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_interval.c28 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()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_interval.c28 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()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dchmc.c351 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()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dchmc.c352 u64 this_end; in jbusmc_dimm_group_size() local
356 this_end = this_base + ent->reg_size; in jbusmc_dimm_group_size()
357 if (base < this_base || base >= this_end) in jbusmc_dimm_group_size()
359 if (this_end > max) in jbusmc_dimm_group_size()
360 this_end = max; in jbusmc_dimm_group_size()
361 if (this_end > max_seen) in jbusmc_dimm_group_size()
362 max_seen = this_end; in jbusmc_dimm_group_size()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent-io-tree.c1135 u64 this_end; in __set_extent_bit() local
1137 this_end = end; in __set_extent_bit()
1139 this_end = last_start - 1; in __set_extent_bit()
1150 prealloc->end = this_end; in __set_extent_bit()
1157 start = this_end + 1; in __set_extent_bit()
1358 u64 this_end; in convert_extent_bit() local
1360 this_end = end; in convert_extent_bit()
1362 this_end = last_start - 1; in convert_extent_bit()
1375 prealloc->end = this_end; in convert_extent_bit()
1381 start = this_end in convert_extent_bit()
[all...]
/kernel/linux/linux-5.10/drivers/of/
H A Dof_reserved_mem.c258 phys_addr_t this_end, next_end; in __rmem_check_for_overlap() local
260 this_end = this->base + this->size; in __rmem_check_for_overlap()
263 this->name, &this->base, &this_end, in __rmem_check_for_overlap()
/kernel/linux/linux-6.6/drivers/of/
H A Dof_reserved_mem.c295 phys_addr_t this_end, next_end; in __rmem_check_for_overlap() local
297 this_end = this->base + this->size; in __rmem_check_for_overlap()
300 this->name, &this->base, &this_end, in __rmem_check_for_overlap()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dinit_64.c1204 unsigned long this_end; in add_node_ranges() local
1207 this_end = memblock_nid_range(start, end, &nid); in add_node_ranges()
1211 nid, start, this_end); in add_node_ranges()
1213 memblock_set_node(start, this_end - start, in add_node_ranges()
1217 start = this_end; in add_node_ranges()
1772 unsigned long this_end, paddr = __pa(vstart); in kernel_map_range() local
1835 this_end = (vstart + PMD_SIZE) & PMD_MASK; in kernel_map_range()
1836 if (this_end > vend) in kernel_map_range()
1837 this_end = vend; in kernel_map_range()
1839 while (vstart < this_end) { in kernel_map_range()
[all...]
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dinit_64.c1220 unsigned long this_end; in add_node_ranges() local
1223 this_end = memblock_nid_range(start, end, &nid); in add_node_ranges()
1227 nid, start, this_end); in add_node_ranges()
1229 memblock_set_node(start, this_end - start, in add_node_ranges()
1233 start = this_end; in add_node_ranges()
1787 unsigned long this_end, paddr = __pa(vstart); in kernel_map_range() local
1850 this_end = (vstart + PMD_SIZE) & PMD_MASK; in kernel_map_range()
1851 if (this_end > vend) in kernel_map_range()
1852 this_end = vend; in kernel_map_range()
1854 while (vstart < this_end) { in kernel_map_range()
[all...]
/kernel/linux/linux-5.10/kernel/
H A Drelay.c1241 unsigned int this_len, this_end, private; in subbuf_splice_actor() local
1253 this_end = cur_pos + this_len; in subbuf_splice_actor()
1254 if (this_end >= nonpad_end) { in subbuf_splice_actor()
1266 if (this_end >= nonpad_end) { in subbuf_splice_actor()
/kernel/linux/linux-6.6/kernel/
H A Drelay.c1153 unsigned int this_len, this_end, private; in subbuf_splice_actor() local
1165 this_end = cur_pos + this_len; in subbuf_splice_actor()
1166 if (this_end >= nonpad_end) { in subbuf_splice_actor()
1178 if (this_end >= nonpad_end) { in subbuf_splice_actor()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.c1114 u64 this_end; in __set_extent_bit() local
1116 this_end = end; in __set_extent_bit()
1118 this_end = last_start - 1; in __set_extent_bit()
1127 err = insert_state(tree, prealloc, start, this_end, in __set_extent_bit()
1134 start = this_end + 1; in __set_extent_bit()
1342 u64 this_end; in convert_extent_bit() local
1344 this_end = end; in convert_extent_bit()
1346 this_end = last_start - 1; in convert_extent_bit()
1358 err = insert_state(tree, prealloc, start, this_end, in convert_extent_bit()
1364 start = this_end in convert_extent_bit()
[all...]

Completed in 24 milliseconds