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

  /src/sys/uvm/
uvm_stat.c 137 uvmexp.pdpending, uvmexp.nswget);
uvm_meter.c 167 u.pdpending = uvmexp.pdpending;
uvm_extern.h 411 int pdpending; /* number of times daemon got a pending pageout */ member in struct:uvmexp
495 int64_t pdpending; member in struct:uvmexp_sysctl
uvm_pager.c 494 atomic_dec_uint(&uvmexp.pdpending);
uvm_pdaemon.c 878 atomic_inc_uint(&uvmexp.pdpending);
  /src/usr.bin/vmstat/
vmstat.c 970 COPY(pdpending);
1077 (void)printf("%9" PRIu64 " total pending pageouts\n", uvmexp.pdpending);

Completed in 33 milliseconds