Home
last modified time | relevance | path

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

/linux/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()
/linux/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()
/linux/mm/
H A Dmemblock.c240 phys_addr_t this_start, this_end, cand; in __memblock_find_range_bottom_up() local
243 for_each_free_mem_range(i, nid, flags, &this_start, &this_end, NULL) { in __memblock_find_range_bottom_up()
245 this_end = clamp(this_end, start, end); in __memblock_find_range_bottom_up()
248 if (cand < this_end && this_end - cand >= size) in __memblock_find_range_bottom_up()
275 phys_addr_t this_start, this_end, cand; in __memblock_find_range_top_down() local
278 for_each_free_mem_range_reverse(i, nid, flags, &this_start, &this_end, in __memblock_find_range_top_down()
281 this_end = clamp(this_end, star in __memblock_find_range_top_down()
[all...]