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

/freebsd-current/usr.sbin/pstat/
H A Dpstat.c452 static struct kvm_swap swtot; variable in typeref:struct:kvm_swap
512 swtot.ksw_total += ksw->ksw_total;
513 swtot.ksw_used += ksw->ksw_used;
532 CONVERT(swtot.ksw_used), CONVERT(swtot.ksw_total));
534 print_swap_line("Total", swtot.ksw_total, swtot.ksw_used,
535 swtot.ksw_total - swtot.ksw_used,
536 (swtot
[all...]

Completed in 70 milliseconds