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

/freebsd-current/usr.bin/systat/
H A Dsystat.h77 void procshow(int col, int hight, uint64_t totalswappages);
H A Dproc.c71 display_proc_line(int idx, int y, uint64_t totalswappages) argument
104 rate = 100 * pu[idx]->pages / totalswappages;
213 procshow(int lcol, int hight, uint64_t totalswappages) argument
218 display_proc_line(i, y, totalswappages);

Completed in 110 milliseconds