Lines Matching refs:system

1401 	zs_system_t *system = usage->zsu_system;  in zs_physical_memory_usage_all_pct()  local
1403 return (zs_uint64_used_pct(system->zss_ram_total, in zs_physical_memory_usage_all_pct()
1404 (system->zss_ram_kern + system->zss_ram_zones), B_TRUE)); in zs_physical_memory_usage_all_pct()
1430 zs_system_t *system = usage->zsu_system; in zs_physical_memory_usage_kernel_pct() local
1432 return (zs_uint64_used_pct(system->zss_ram_total, in zs_physical_memory_usage_kernel_pct()
1433 system->zss_ram_kern, B_TRUE)); in zs_physical_memory_usage_kernel_pct()
1445 zs_system_t *system = usage->zsu_system; in zs_physical_memory_usage_zones_pct() local
1447 return (zs_uint64_used_pct(system->zss_ram_total, in zs_physical_memory_usage_zones_pct()
1448 system->zss_ram_zones, B_TRUE)); in zs_physical_memory_usage_zones_pct()
1460 zs_system_t *system = zone->zsz_system; in zs_physical_memory_usage_zone_pct() local
1462 return (zs_uint64_used_pct(system->zss_ram_total, in zs_physical_memory_usage_zone_pct()
1502 zs_system_t *system = usage->zsu_system; in zs_virtual_memory_usage_all_pct() local
1504 return (zs_uint64_used_pct(system->zss_vm_total, in zs_virtual_memory_usage_all_pct()
1505 (system->zss_vm_kern + system->zss_vm_zones), B_TRUE)); in zs_virtual_memory_usage_all_pct()
1524 zs_system_t *system = usage->zsu_system; in zs_virtual_memory_usage_kernel_pct() local
1526 return (zs_uint64_used_pct(system->zss_vm_total, in zs_virtual_memory_usage_kernel_pct()
1527 system->zss_vm_kern, B_TRUE)); in zs_virtual_memory_usage_kernel_pct()
1539 zs_system_t *system = usage->zsu_system; in zs_virtual_memory_usage_zones_pct() local
1541 return (zs_uint64_used_pct(system->zss_vm_total, in zs_virtual_memory_usage_zones_pct()
1542 system->zss_vm_zones, B_TRUE)); in zs_virtual_memory_usage_zones_pct()
1554 zs_system_t *system = zone->zsz_system; in zs_virtual_memory_usage_zone_pct() local
1556 return (zs_uint64_used_pct(system->zss_vm_total, in zs_virtual_memory_usage_zone_pct()
1597 zs_system_t *system = usage->zsu_system; in zs_locked_memory_usage_all_pct() local
1599 return (zs_uint64_used_pct(system->zss_ram_total, in zs_locked_memory_usage_all_pct()
1600 (system->zss_locked_kern + system->zss_locked_zones), B_TRUE)); in zs_locked_memory_usage_all_pct()
1619 zs_system_t *system = usage->zsu_system; in zs_locked_memory_usage_kernel_pct() local
1621 return (zs_uint64_used_pct(system->zss_ram_total, in zs_locked_memory_usage_kernel_pct()
1622 system->zss_locked_kern, B_TRUE)); in zs_locked_memory_usage_kernel_pct()
1634 zs_system_t *system = usage->zsu_system; in zs_locked_memory_usage_zones_pct() local
1636 return (zs_uint64_used_pct(system->zss_ram_total, in zs_locked_memory_usage_zones_pct()
1637 system->zss_locked_zones, B_TRUE)); in zs_locked_memory_usage_zones_pct()
1649 zs_system_t *system = zone->zsz_system; in zs_locked_memory_usage_zone_pct() local
1651 return (zs_uint64_used_pct(system->zss_ram_total, in zs_locked_memory_usage_zone_pct()
1786 zs_system_t *system = usage->zsu_system; in zs_processes_usage_all_pct() local
1788 return (zs_uint64_used_pct(system->zss_processes_max, in zs_processes_usage_all_pct()
1789 system->zss_processes, B_TRUE)); in zs_processes_usage_all_pct()
1795 zs_system_t *system = usage->zsu_system; in zs_lwps_usage_all_pct() local
1797 return (zs_uint64_used_pct(system->zss_lwps_max, in zs_lwps_usage_all_pct()
1798 system->zss_lwps, B_TRUE)); in zs_lwps_usage_all_pct()
1804 zs_system_t *system = usage->zsu_system; in zs_shm_usage_all_pct() local
1806 return (zs_uint64_used_pct(system->zss_shm_max, in zs_shm_usage_all_pct()
1807 system->zss_shm, B_TRUE)); in zs_shm_usage_all_pct()
1813 zs_system_t *system = usage->zsu_system; in zs_shmids_usage_all_pct() local
1815 return (zs_uint64_used_pct(system->zss_shmids_max, in zs_shmids_usage_all_pct()
1816 system->zss_shmids, B_TRUE)); in zs_shmids_usage_all_pct()
1822 zs_system_t *system = usage->zsu_system; in zs_semids_usage_all_pct() local
1824 return (zs_uint64_used_pct(system->zss_semids_max, in zs_semids_usage_all_pct()
1825 system->zss_semids, B_TRUE)); in zs_semids_usage_all_pct()
1831 zs_system_t *system = usage->zsu_system; in zs_msgids_usage_all_pct() local
1833 return (zs_uint64_used_pct(system->zss_msgids_max, in zs_msgids_usage_all_pct()
1834 system->zss_msgids, B_TRUE)); in zs_msgids_usage_all_pct()
1840 zs_system_t *system = usage->zsu_system; in zs_lofi_usage_all_pct() local
1842 return (zs_uint64_used_pct(system->zss_lofi_max, in zs_lofi_usage_all_pct()
1843 system->zss_lofi, B_TRUE)); in zs_lofi_usage_all_pct()
1891 zs_system_t *system = zone->zsz_system; in zs_processes_usage_zone_pct() local
1893 return (zs_uint64_used_pct(system->zss_processes_max, in zs_processes_usage_zone_pct()
1900 zs_system_t *system = zone->zsz_system; in zs_lwps_usage_zone_pct() local
1902 return (zs_uint64_used_pct(system->zss_lwps_max, in zs_lwps_usage_zone_pct()
1909 zs_system_t *system = zone->zsz_system; in zs_shm_usage_zone_pct() local
1911 return (zs_uint64_used_pct(system->zss_shm_max, in zs_shm_usage_zone_pct()
1918 zs_system_t *system = zone->zsz_system; in zs_shmids_usage_zone_pct() local
1920 return (zs_uint64_used_pct(system->zss_shmids_max, in zs_shmids_usage_zone_pct()
1927 zs_system_t *system = zone->zsz_system; in zs_semids_usage_zone_pct() local
1929 return (zs_uint64_used_pct(system->zss_semids_max, in zs_semids_usage_zone_pct()
1936 zs_system_t *system = zone->zsz_system; in zs_msgids_usage_zone_pct() local
1938 return (zs_uint64_used_pct(system->zss_msgids_max, in zs_msgids_usage_zone_pct()
1945 zs_system_t *system = zone->zsz_system; in zs_lofi_usage_zone_pct() local
1947 return (zs_uint64_used_pct(system->zss_lofi_max, in zs_lofi_usage_zone_pct()