| /src/regress/sys/uvm/pdsim/ |
| pdsim.h | 95 int pdscans; member in struct:uvmexp
|
| /src/sys/uvm/ |
| uvm_stat.c | 132 uvmexp.pdwoke, uvmexp.pdrevs, uvmexp.pdscans, uvmexp.pdobscan,
|
| uvm_meter.c | 161 u.pdscans = uvmexp.pdscans;
|
| uvm_extern.h | 405 int pdscans; /* number of pages daemon scanned since boot */ member in struct:uvmexp 489 int64_t pdscans; member in struct:uvmexp_sysctl
|
| uvm_pdpolicy_clock.c | 261 uvmexp.pdscans++;
|
| uvm_pdpolicy_clockpro.c | 1076 uvmexp.pdscans++; 1083 uvmexp.pdscans++;
|
| /src/usr.bin/vmstat/ |
| vmstat.c | 778 COPY(pdscans); 811 rate(uvmexp.pdscans - ouvmexp.pdscans)); 965 COPY(pdscans); 1071 (void)printf("%9" PRIu64 " pages scanned by daemon\n", uvmexp.pdscans);
|
| /src/usr.bin/systat/ |
| vmstat.c | 671 PUTRATE(s, s1, uvmexp.pdscans, VMSTATROW + 16, VMSTATCOL, 9);
|