Home
last modified time | relevance | path

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

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