Searched refs:probe_mfn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c2281 mfn_t probe_mfn; local
2337 probe_mfn = pfn_to_mfn(contig_pfn_list[probe_pos]);
2338 if (newmfn == probe_mfn + 1)
2340 else if (newmfn == probe_mfn - 1)
2344 if (probe_mfn <= newmfn)

Completed in 64 milliseconds