Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c2334 mfn_t probe_mfn; in update_contig_pfnlist() local
2390 probe_mfn = pfn_to_mfn(contig_pfn_list[probe_pos]); in update_contig_pfnlist()
2391 if (newmfn == probe_mfn + 1) in update_contig_pfnlist()
2393 else if (newmfn == probe_mfn - 1) in update_contig_pfnlist()
2397 if (probe_mfn <= newmfn) in update_contig_pfnlist()