Searched refs:pdscans (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/uvm/ |
H A D | uvmexp.h | 143 int pdscans; /* number of pages daemon scanned since boot */ member
|
H A D | uvm_meter.c | 328 uexp.pdwoke, uexp.pdrevs, uexp.pdscans, uexp.pdobscan, in uvmexp_print()
|
H A D | uvm_pdaemon.c | 532 uvmexp.pdscans++; in uvmpd_scan_inactive()
|
/openbsd/usr.bin/systat/ |
H A D | uvm.c | 125 &uvmexp.pdscans, &last_uvmexp.pdscans, "pdscans",
|
H A D | vmstat.c | 422 PUTRATE(uvmexp.pdscans, VMSTATROW + 16, VMSTATCOL, 9); in showkre()
|
/openbsd/usr.bin/vmstat/ |
H A D | vmstat.c | 373 (void)printf("%3u ", rate(uvmexp.pdscans - ouvmexp.pdscans)); in dovmstat() 547 (void)printf("%11u pages scanned by pagedaemon\n", uvmexp.pdscans); in dosum()
|