Home
last modified time | relevance | path

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

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