Searched defs:cur_end (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dmemnode.c252 pfn_t cur_base, cur_end; local
277 cur_end = cur_base + btop(pmem->ml_size) - 1;
278 if (end < cur_base || base > cur_end)
280 npgs = npgs + (MIN(cur_end, end) -
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemnode.c262 pfn_t cur_base, cur_end; local
274 cur_end = cur_base + btop(pmem->ml_size) - 1;
275 if (end < cur_base || base > cur_end)
277 npgs = npgs + (MIN(cur_end, end) -
H A Dlgrpplat.c531 pfn_t cur_end; /* end addr of subrange */ local
591 cur_end = end;
594 cur_end > lgrp_plat_memnode_info[node].end) {
595 cur_end = lgrp_plat_memnode_info[node].end;
607 mem_node_add_slice(cur_start, cur_end - endcnt);
612 cur_start = cur_end + 1;
613 } while (cur_end < end);

Completed in 76 milliseconds