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

  /src/sys/uvm/
uvm_meter.c 178 u.anondirty = cpu_count_get(CPU_COUNT_ANONDIRTY);
184 u.anonpages = u.anonclean + u.anondirty + u.anonunknown;
uvm_extern.h 509 int64_t anondirty; member in struct:uvmexp_sysctl
  /src/usr.bin/vmstat/
vmstat.c 1081 (void)printf("%9" PRIu64 " anon pages dirty\n", uvmexp.anondirty);

Completed in 51 milliseconds