Searched refs:totalswappages (Results 1 – 2 of 2) sorted by relevance
71 display_proc_line(int idx, int y, uint64_t totalswappages) in display_proc_line() argument104 rate = 100 * pu[idx]->pages / totalswappages; in display_proc_line()213 procshow(int lcol, int hight, uint64_t totalswappages) in procshow() argument218 display_proc_line(i, y, totalswappages); in procshow()
77 void procshow(int col, int hight, uint64_t totalswappages);