Home
last modified time | relevance | path

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

/drivers/block/drbd/
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()
/drivers/of/
A Dof_reserved_mem.c554 phys_addr_t this_end, next_end; in __rmem_check_for_overlap() local
556 this_end = this->base + this->size; in __rmem_check_for_overlap()
559 this->name, &this->base, &this_end, in __rmem_check_for_overlap()

Completed in 10 milliseconds