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

  /src/sys/uvm/
uvm_stat.c 136 (*pr)(" pageouts=%d, pending=%d, nswget=%d\n", uvmexp.pdpageouts,
137 uvmexp.pdpending, uvmexp.nswget);
uvm_meter.c 124 u.nswget = uvmexp.nswget;
uvm_extern.h 351 int nswget; /* number of times fault calls uvm_swap_get() */ member in struct:uvmexp
446 int64_t nswget; member in struct:uvmexp_sysctl
uvm_swap.c 1836 atomic_inc_uint(&uvmexp.nswget);
  /src/usr.bin/vmstat/
vmstat.c 932 COPY(nswget);
1018 (void)printf("%9" PRIu64 " swap allocations\n", uvmexp.nswget);

Completed in 17 milliseconds