Home
last modified time | relevance | path

Searched refs:this_end (Results 1 – 2 of 2) 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()