Searched refs:startpfn (Results 1 – 1 of 1) sorted by relevance
1234 static pfn_t startpfn; in page_get_contigpage() local1263 if (minctg < lastctgcnt || startpfn < lo || startpfn > hi) in page_get_contigpage()1264 startpfn = lo; in page_get_contigpage()1273 startpfn = lo; in page_get_contigpage()1280 if (hi > PFN_16M && startpfn < PFN_16M) in page_get_contigpage()1281 startpfn = PFN_16M; in page_get_contigpage()1283 pfn = startpfn; in page_get_contigpage()1297 startpfn = pfn; in page_get_contigpage()1309 if (startpfn == lo) { in page_get_contigpage()1320 while (pfn < startpfn) { in page_get_contigpage()[all …]