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

/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c944 static struct memlist *old_phys_avail; variable in typeref:struct:memlist
1790 old_phys_avail = phys_avail;
1871 ASSERT(old_phys_avail != NULL && phys_avail != NULL);
1873 diff_memlists(phys_avail, old_phys_avail, update_kcage_ranges);
1875 memlist_free_list(old_phys_avail);

Completed in 65 milliseconds