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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c581 #define MS_PCT_TOTAL(x) ((ulong_t)((((5 * total_pages) + ((x) * 1000ull))) / \ macro
591 MS_PCT_TOTAL(stats.ms_kmem));
597 MS_PCT_TOTAL(stats.ms_bootpages));
604 MS_PCT_TOTAL(stats.ms_zfs_data));
610 MS_PCT_TOTAL(stats.ms_anon));
614 MS_PCT_TOTAL(stats.ms_exec));
618 MS_PCT_TOTAL(stats.ms_vnode));
622 MS_PCT_TOTAL(stats.ms_cachelist));
645 MS_PCT_TOTAL(freemem));
652 MS_PCT_TOTAL(bln_stat
666 #undef MS_PCT_TOTAL macro
[all...]

Completed in 61 milliseconds