Searched refs:flt_prcopy (Results 1 – 4 of 4) sorted by relevance
397 int flt_prcopy; /* number of times fault promotes with copy (2b) */ member483 int64_t flt_prcopy; member
156 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()
662 PUTRATE(s, s1, uvmexp.flt_prcopy, VMSTATROW + 8, VMSTATCOL + 3, 6); in showvmstat()
960 COPY(flt_prcopy); in dosum()1061 (void)printf("%9" PRIu64 " promote copy faults\n", uvmexp.flt_prcopy); in dosum()