Searched refs:curr_lgrp (Results 1 – 1 of 1) sorted by relevance
1597 lgrp_id_t curr_lgrp; /* Lgroup of the current page */ in get_contiguous_region() local1601 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()