HomeSort by: relevance | last modified time | path
    Searched refs:flt_prcopy (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/uvm/
uvm_meter.c 156 u.flt_prcopy = cpu_count_get(CPU_COUNT_FLT_PRCOPY);
477 uvmexp.flt_prcopy = (int)cpu_count_get(CPU_COUNT_FLT_PRCOPY);
uvm_extern.h 397 int flt_prcopy; /* number of times fault promotes with copy (2b) */ member in struct:uvmexp
483 int64_t flt_prcopy; member in struct:uvmexp_sysctl
  /src/usr.bin/systat/
vmstat.c 662 PUTRATE(s, s1, uvmexp.flt_prcopy, VMSTATROW + 8, VMSTATCOL + 3, 6);
  /src/usr.bin/vmstat/
vmstat.c 960 COPY(flt_prcopy);
1061 (void)printf("%9" PRIu64 " promote copy faults\n", uvmexp.flt_prcopy);

Completed in 14 milliseconds