Home
last modified time | relevance | path

Searched refs:pdscans (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/uvm/
H A Duvmexp.h143 int pdscans; /* number of pages daemon scanned since boot */ member
H A Duvm_meter.c328 uexp.pdwoke, uexp.pdrevs, uexp.pdscans, uexp.pdobscan, in uvmexp_print()
H A Duvm_pdaemon.c532 uvmexp.pdscans++; in uvmpd_scan_inactive()
/openbsd/usr.bin/systat/
H A Duvm.c125 &uvmexp.pdscans, &last_uvmexp.pdscans, "pdscans",
H A Dvmstat.c422 PUTRATE(uvmexp.pdscans, VMSTATROW + 16, VMSTATCOL, 9); in showkre()
/openbsd/usr.bin/vmstat/
H A Dvmstat.c373 (void)printf("%3u ", rate(uvmexp.pdscans - ouvmexp.pdscans)); in dovmstat()
547 (void)printf("%11u pages scanned by pagedaemon\n", uvmexp.pdscans); in dosum()