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

/illumos-gate/usr/src/cmd/sort/common/
H A Dutility.c351 size_t phys_avail = sysconf(_SC_AVPHYS_PAGES) * sysconf(_SC_PAGESIZE); local
365 avail = MAX(64 * KILOBYTE, MIN(AV_MEM_MULTIPLIER * phys_avail /
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c166 struct memlist *phys_avail; /* Available (unreserved) physical memory */ variable in typeref:struct:memlist
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
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c372 struct memlist *phys_avail; /* Total available physical memory */ variable in typeref:struct:memlist
841 * everything mapped above KERNEL_TEXT) pages from phys_avail. Note it
1310 * Build phys_install and phys_avail in kernel memspace.
1312 * - phys_avail is phys_install minus any memory mapped before this
1322 phys_avail = current;
1323 PRM_POINT("Building phys_avail:\n");
1329 print_memlist("phys_avail", phys_avail);
2632 for (pmem = phys_avail; pmem && npages; pmem = pmem->ml_next) {

Completed in 56 milliseconds