Lines Matching refs:phys_avail
166 struct memlist *phys_avail; /* Available (unreserved) physical memory */
581 kcage_range_init(phys_avail, KCAGE_DOWN, total_pages / 256);
1048 * using phys_avail will underestimate what will end up being freed.
1406 phys_avail = memlist;
1749 * Copy phys_avail list, again.
1766 * Add any extra memory after e_data we added to the phys_avail list
1786 sync_memlists(phys_avail, cur);
1788 ASSERT(phys_avail != NULL);
1790 old_phys_avail = phys_avail;
1791 phys_avail = cur;
1871 ASSERT(old_phys_avail != NULL && phys_avail != NULL);
1873 diff_memlists(phys_avail, old_phys_avail, update_kcage_ranges);
2746 for (pmem = phys_avail; pmem != NULL; pmem = pmem->ml_next)
2752 diff_memlists(phys_install, phys_avail, kphysm_erase);