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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dkr_vmstat.c115 int pages, handspreadpages; local
120 /* default max handspread is 64MB worth of pages */
122 pages = sysconf(_SC_PHYS_PAGES);
134 if (handspreadpages > (pages/4)) {
135 handspreadpages = (int)(pages/4);

Completed in 507 milliseconds