Searched refs:physmegs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c587 pgcnt_t physmegs = physmem >> (20 - PAGESHIFT); local
589 maxusers = MIN(MAX(MIN(physmegs, virtmegs),
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c1374 pgcnt_t physmegs; local
1403 physmegs = physmem >> (20 - PAGESHIFT);
1453 if (physmegs < 20 * 1024) {
1454 segpcache_hashsize_wired = MAX(1024, physmegs << 3);
1474 if (physmegs < 64) {
1477 } else if (physmegs < 512) {
1480 } else if (physmegs < 1024) {
1483 } else if (physmegs < 2048) {
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c4892 uint_t physmegs; local
4895 physmegs = physmem >> (20 - PAGESHIFT);
4896 if (physmegs < 48) {
4898 } else if (physmegs < 128) {

Completed in 67 milliseconds