Searched refs:this_end (Results 1 - 8 of 8) sorted by path

/linux-master/arch/sparc/kernel/
H A Dchmc.c352 u64 this_end; local
356 this_end = this_base + ent->reg_size;
357 if (base < this_base || base >= this_end)
359 if (this_end > max)
360 this_end = max;
361 if (this_end > max_seen)
362 max_seen = this_end;
/linux-master/arch/sparc/mm/
H A Dinit_64.c1220 unsigned long this_end; local
1223 this_end = memblock_nid_range(start, end, &nid);
1227 nid, start, this_end);
1229 memblock_set_node(start, this_end - start,
1233 start = this_end;
1787 unsigned long this_end, paddr = __pa(vstart); local
1850 this_end = (vstart + PMD_SIZE) & PMD_MASK;
1851 if (this_end > vend)
1852 this_end = vend;
1854 while (vstart < this_end) {
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_interval.c28 sector_t this_end = this->sector + (this->size >> 9); local
37 if (here->end < this_end)
38 here->end = this_end;
51 this->end = this_end;
/linux-master/drivers/of/
H A Dof_reserved_mem.c416 phys_addr_t this_end, next_end; local
418 this_end = this->base + this->size;
421 this->name, &this->base, &this_end,
/linux-master/fs/btrfs/
H A Dextent-io-tree.c1207 u64 this_end; local
1211 this_end = end;
1213 this_end = last_start - 1;
1224 prealloc->end = this_end;
1234 start = this_end + 1;
1435 u64 this_end; local
1439 this_end = end;
1441 this_end = last_start - 1;
1454 prealloc->end = this_end;
1463 start = this_end
[all...]
/linux-master/mm/
H A Dhighmem.c411 unsigned this_end = min_t(unsigned, end1, PAGE_SIZE); local
415 memset(kaddr + start1, 0, this_end - start1);
417 end1 -= this_end;
425 unsigned this_end = min_t(unsigned, end2, PAGE_SIZE); local
430 memset(kaddr + start2, 0, this_end - start2);
432 end2 -= this_end;
H A Dmemblock.c224 phys_addr_t this_start, this_end, cand; local
227 for_each_free_mem_range(i, nid, flags, &this_start, &this_end, NULL) {
229 this_end = clamp(this_end, start, end);
232 if (cand < this_end && this_end - cand >= size)
259 phys_addr_t this_start, this_end, cand; local
262 for_each_free_mem_range_reverse(i, nid, flags, &this_start, &this_end,
265 this_end = clamp(this_end, star
[all...]
H A Dmemtest.c76 phys_addr_t this_start, this_end; local
79 &this_end, NULL) {
81 this_end = clamp(this_end, start, end);
82 if (this_start < this_end) {
84 &this_start, &this_end, cpu_to_be64(pattern));
85 memtest(pattern, this_start, this_end - this_start);

Completed in 241 milliseconds