Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c1570 lgrp_id_t curr_lgrp; /* Lgroup of the current page */ in get_contiguous_region() local
1574 curr_lgrp = lgrp = addr_to_lgrp(mchunk, vaddr, &psz); in get_contiguous_region()
1581 while ((vaddr < maxaddr) && (curr_lgrp == lgrp) && !interrupt) { in get_contiguous_region()
1585 curr_lgrp = addr_to_lgrp(mchunk, vaddr, &psz); in get_contiguous_region()
1590 if (curr_lgrp == lgrp) { in get_contiguous_region()