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

  /src/sys/uvm/
uvm_meter.c 137 u.forks_ppwait = cpu_count_get(CPU_COUNT_FORKS_PPWAIT);
459 uvmexp.forks_ppwait = (int)cpu_count_get(CPU_COUNT_FORKS_PPWAIT);
uvm_extern.h 367 int forks_ppwait; /* forks where parent waits */ member in struct:uvmexp
462 int64_t forks_ppwait; member in struct:uvmexp_sysctl
  /src/usr.bin/vmstat/
vmstat.c 938 COPY(forks_ppwait);
1033 (void)printf("%9" PRIu64 " forks blocked parent\n", uvmexp.forks_ppwait);
1132 COPY(forks_ppwait);
1143 (void)printf("%" PRIu64 " forks blocked parent\n", uvmexp.forks_ppwait);
  /src/usr.bin/systat/
vmstat.c 655 PUTRATE(s, s1, uvmexp.forks_ppwait, VMSTATROW + 1, VMSTATCOL + 3, 6);

Completed in 15 milliseconds