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

/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h201 extern uint64_t phys_total;
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection.c55 uint64_t phys_total = 0; variable
H A Drcapd_main.c806 old_phys_total = phys_total;
807 phys_total = (uint64_t)sysconf(_SC_PHYS_PAGES) * page_size_kb;
808 if (phys_total != old_phys_total)
810 "" : " adjusted"), (unsigned long long)(phys_total / 1024));
1161 * 100.0 / phys_total);
/illumos-gate/usr/src/cmd/sort/common/
H A Dutility.c302 size_t phys_total = sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE); local
310 val *= phys_total / 100;
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c3214 uint64_t phys_total; local
3524 phys_total =
3531 sys->zss_ram_total = phys_total;
3542 if ((phys_total - physmem) > 0)
3543 sys->zss_locked_kern += phys_total - physmem;
3549 sys->zss_vm_total = phys_total + disk_swap_total;

Completed in 320 milliseconds