Home
last modified time | relevance | path

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

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