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

/openjdk9/hotspot/src/os/aix/vm/
H A Dos_aix.hpp212 unsigned long long pgsp_total; member in struct:Aix::meminfo_t
H A Dos_aix.cpp715 unsigned long long pgsp_total = 0; local
717 if (libo4::get_memory_info(&virt_total, &real_total, &real_free, &pgsp_total, &pgsp_free)) {
721 pmi->pgsp_total = pgsp_total;
754 // u_longlong_t pgsp_total Total paging space (in 4 KB pages).
760 pmi->pgsp_total = psmt.pgsp_total * 4096;
1496 st->print_cr("swap total : " SIZE_FORMAT, mi.pgsp_total);
1502 // pgsp_total: we take the size of the system ASP
1505 st->print_cr("system asp total : " SIZE_FORMAT, mi.pgsp_total);
[all...]
H A Dlibperfstat_aix.hpp80 u_longlong_t pgsp_total; /* total paging space (in 4KB pages) */ member in struct:__anon221

Completed in 101 milliseconds