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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dkr_vmstat.c76 ulong_t updates; local
91 updates = denom(DELTA(sysinfo.updates));
96 *runque = DELTA(sysinfo.runque) / updates;
97 *waiting = DELTA(sysinfo.waiting) / updates;
98 *swapque = DELTA(sysinfo.swpque) / updates;

Completed in 495 milliseconds