Searched refs:pdreact (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/regress/sys/uvm/pdsim/
H A Dpdsim.h104 int pdreact; member in struct:uvmexp
/netbsd-current/sys/uvm/
H A Duvm_stat.c135 uvmexp.pdbusy, uvmexp.pdfreed, uvmexp.pdreact, uvmexp.pddeact);
H A Duvm_meter.c164 u.pdreact = uvmexp.pdreact;
H A Duvm_extern.h408 int pdreact; /* number of pages daemon reactivated since boot */ member in struct:uvmexp
492 int64_t pdreact; member in struct:uvmexp_sysctl
H A Duvm_pdpolicy_clock.c342 uvmexp.pdreact++;
H A Duvm_pdpolicy_clockpro.c1125 uvmexp.pdreact++;
/netbsd-current/usr.bin/vmstat/
H A Dvmstat.c774 COPY(pdreact);
803 rate(uvmexp.pdreact - ouvmexp.pdreact));
968 COPY(pdreact);
1075 (void)printf("%9" PRIu64 " pages reactivated\n", uvmexp.pdreact);

Completed in 294 milliseconds