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

  /src/sys/uvm/
uvm_meter.c 140 u.fltnoram = cpu_count_get(CPU_COUNT_FLTNORAM);
461 uvmexp.fltnoram = (int)cpu_count_get(CPU_COUNT_FLTNORAM);
uvm_extern.h 381 int fltnoram; /* number of times fault was out of ram */ member in struct:uvmexp
467 int64_t fltnoram; member in struct:uvmexp_sysctl
  /src/usr.bin/systat/
vmstat.c 660 PUTRATE(s, s1, uvmexp.fltnoram, VMSTATROW + 6, VMSTATCOL + 3, 6);
  /src/usr.bin/vmstat/
vmstat.c 944 COPY(fltnoram);
1045 (void)printf("%9" PRIu64 " faults with no memory\n", uvmexp.fltnoram);

Completed in 15 milliseconds