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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c455 uint64_t ms_total; /* Pages on page hash */ member in struct:memstat
495 stats->ms_total++;
628 if (physmem > stats.ms_total)
629 freemem = physmem - stats.ms_total;

Completed in 47 milliseconds