Lines Matching refs:kstat_delta
285 adjprintf(" %*.0f", 3, kstat_delta(oldvm, newvm, "pgrec")
287 adjprintf(" %*.0f", 3, (kstat_delta(oldvm, newvm, "hat_fault") +
288 kstat_delta(oldvm, newvm, "as_fault")) / etime);
289 adjprintf(" %*.0f", 3, pgtok(kstat_delta(oldvm, newvm, "dfree"))
292 adjprintf(" %*.0f", 3, kstat_delta(oldvm, newvm, "scan")
295 pgtok(kstat_delta(oldvm, newvm, "execpgin")) / etime);
297 pgtok(kstat_delta(oldvm, newvm, "execpgout")) / etime);
299 pgtok(kstat_delta(oldvm, newvm, "execfree")) / etime);
301 pgtok(kstat_delta(oldvm, newvm, "anonpgin")) / etime);
303 pgtok(kstat_delta(oldvm, newvm, "anonpgout")) / etime);
305 pgtok(kstat_delta(oldvm, newvm, "anonfree")) / etime);
307 pgtok(kstat_delta(oldvm, newvm, "fspgin")) / etime);
309 pgtok(kstat_delta(oldvm, newvm, "fspgout")) / etime);
311 pgtok(kstat_delta(oldvm, newvm, "fsfree")) / etime);
324 kstat_delta(oldvm, newvm, "swapin") / etime :
325 kstat_delta(oldvm, newvm, "pgrec") / etime);
327 kstat_delta(oldvm, newvm, "swapout") / etime :
328 (kstat_delta(oldvm, newvm, "hat_fault")
329 + kstat_delta(oldvm, newvm, "as_fault"))
331 adjprintf(" %*.0f", 2, pgtok(kstat_delta(oldvm, newvm, "pgpgin"))
333 adjprintf(" %*.0f", 2, pgtok(kstat_delta(oldvm, newvm, "pgpgout"))
335 adjprintf(" %*.0f", 2, pgtok(kstat_delta(oldvm, newvm, "dfree"))
338 adjprintf(" %*.0f", 2, kstat_delta(oldvm, newvm, "scan") / etime);
346 adjprintf(" %*.0f", 4, kstat_delta(oldsys, newsys, "intr") / etime);
347 adjprintf(" %*.0f", 4, kstat_delta(oldsys, newsys, "syscall") / etime);
348 adjprintf(" %*.0f", 4, kstat_delta(oldsys, newsys, "pswitch") / etime);
350 kstat_delta(oldsys, newsys, "cpu_ticks_user") * percent_factor);
351 adjprintf(" %*.0f", 2, kstat_delta(oldsys, newsys, "cpu_ticks_kernel")
353 adjprintf(" %*.0f\n", 2, (kstat_delta(oldsys, newsys, "cpu_ticks_idle")
354 + kstat_delta(oldsys, newsys, "cpu_ticks_wait"))