Home
last modified time | relevance | path

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

/netbsd-src/regress/sys/uvm/pdsim/
H A Dpdsim.h103 int pddeact; 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.h412 int pddeact; /* number of pages daemon deactivates */ member
496 int64_t pddeact; member
H A Duvm_meter.c168 u.pddeact = uvmexp.pddeact; in sysctl_vm_uvmexp2()
H A Duvm_pdpolicy_clock.c434 uvmexp.pddeact++; in uvmpdpol_balancequeue()
H A Duvm_pdpolicy_clockpro.c998 uvmexp.pddeact++; in handhot_advance()
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c971 COPY(pddeact); in dosum()
1078 (void)printf("%9" PRIu64 " pages deactivated\n", uvmexp.pddeact); in dosum()