Home
last modified time | relevance | path

Searched refs:flt_prcopy (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_extern.h397 int flt_prcopy; /* number of times fault promotes with copy (2b) */ member
483 int64_t flt_prcopy; member
H A Duvm_meter.c156 u.flt_prcopy = cpu_count_get(CPU_COUNT_FLT_PRCOPY); in sysctl_vm_uvmexp2()
477 uvmexp.flt_prcopy = (int)cpu_count_get(CPU_COUNT_FLT_PRCOPY); in uvm_update_uvmexp()
/netbsd-src/usr.bin/systat/
H A Dvmstat.c662 PUTRATE(s, s1, uvmexp.flt_prcopy, VMSTATROW + 8, VMSTATCOL + 3, 6); in showvmstat()
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c960 COPY(flt_prcopy); in dosum()
1061 (void)printf("%9" PRIu64 " promote copy faults\n", uvmexp.flt_prcopy); in dosum()