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

  /src/sys/uvm/
uvm_meter.c 153 u.flt_anon = cpu_count_get(CPU_COUNT_FLT_ANON);
474 uvmexp.flt_anon = (int)cpu_count_get(CPU_COUNT_FLT_ANON);
uvm_extern.h 394 int flt_anon; /* number of times fault anon (case 1a) */ member in struct:uvmexp
480 int64_t flt_anon; member in struct:uvmexp_sysctl
  /src/usr.bin/vmstat/
vmstat.c 957 COPY(flt_anon);
1058 (void)printf("%9" PRIu64 " anon faults\n", uvmexp.flt_anon);

Completed in 15 milliseconds