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.c1597 lgrp_id_t curr_lgrp; /* Lgroup of the current page */ in get_contiguous_region() local
1601 curr_lgrp = lgrp = addr_to_lgrp(mchunk, vaddr, &psz); in get_contiguous_region()
1608 while ((vaddr < maxaddr) && (curr_lgrp == lgrp) && !interrupt) { in get_contiguous_region()
1612 curr_lgrp = addr_to_lgrp(mchunk, vaddr, &psz); in get_contiguous_region()
1617 if (curr_lgrp == lgrp) { in get_contiguous_region()