Searched defs:new_high_mfn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dballoon.c67 static mfn_t new_high_mfn; variable
404 if (mfn_frames[i] > new_high_mfn)
405 new_high_mfn = mfn_frames[i];
527 pp = page_get_high_mfn(new_high_mfn);
528 new_high_mfn = 0;

Completed in 45 milliseconds