Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dmemtest.c75 phys_addr_t this_start, this_end; in do_one_pass() local
77 for_each_free_mem_range(i, NUMA_NO_NODE, &this_start, &this_end, NULL) { in do_one_pass()
79 this_end = clamp(this_end, start, end); in do_one_pass()
80 if (this_start < this_end) { in do_one_pass()
83 (unsigned long long)this_end, in do_one_pass()
85 memtest(pattern, this_start, this_end - this_start); in do_one_pass()
Dmemblock.c120 phys_addr_t this_start, this_end, cand; in __memblock_find_range_bottom_up() local
123 for_each_free_mem_range(i, nid, &this_start, &this_end, NULL) { in __memblock_find_range_bottom_up()
125 this_end = clamp(this_end, start, end); in __memblock_find_range_bottom_up()
128 if (cand < this_end && this_end - cand >= size) in __memblock_find_range_bottom_up()
152 phys_addr_t this_start, this_end, cand; in __memblock_find_range_top_down() local
155 for_each_free_mem_range_reverse(i, nid, &this_start, &this_end, NULL) { in __memblock_find_range_top_down()
157 this_end = clamp(this_end, start, end); in __memblock_find_range_top_down()
159 if (this_end < size) in __memblock_find_range_top_down()
162 cand = round_down(this_end - size, align); in __memblock_find_range_top_down()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_interval.c50 sector_t this_end = this->sector + (this->size >> 9); in drbd_insert_interval() local
59 if (here->end < this_end) in drbd_insert_interval()
60 here->end = this_end; in drbd_insert_interval()
73 this->end = this_end; in drbd_insert_interval()
/linux-4.1.27/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-4.1.27/arch/sparc/mm/
Dinit_64.c1025 unsigned long this_end; in add_node_ranges() local
1028 this_end = memblock_nid_range(start, end, &nid); in add_node_ranges()
1032 nid, start, this_end); in add_node_ranges()
1034 memblock_set_node(start, this_end - start, in add_node_ranges()
1036 start = this_end; in add_node_ranges()
1519 unsigned long this_end, paddr = __pa(vstart); in kernel_map_range() local
1559 this_end = (vstart + PMD_SIZE) & PMD_MASK; in kernel_map_range()
1560 if (this_end > vend) in kernel_map_range()
1561 this_end = vend; in kernel_map_range()
1563 while (vstart < this_end) { in kernel_map_range()
/linux-4.1.27/kernel/
Drelay.c1257 unsigned int this_len, this_end, private; in subbuf_splice_actor() local
1269 this_end = cur_pos + this_len; in subbuf_splice_actor()
1270 if (this_end >= nonpad_end) { in subbuf_splice_actor()
1282 if (this_end >= nonpad_end) { in subbuf_splice_actor()
/linux-4.1.27/fs/btrfs/
Dextent_io.c969 u64 this_end; in __set_extent_bit() local
971 this_end = end; in __set_extent_bit()
973 this_end = last_start - 1; in __set_extent_bit()
982 err = insert_state(tree, prealloc, start, this_end, in __set_extent_bit()
989 start = this_end + 1; in __set_extent_bit()
1194 u64 this_end; in convert_extent_bit() local
1196 this_end = end; in convert_extent_bit()
1198 this_end = last_start - 1; in convert_extent_bit()
1210 err = insert_state(tree, prealloc, start, this_end, in convert_extent_bit()
1216 start = this_end + 1; in convert_extent_bit()