Home
last modified time | relevance | path

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

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