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

  /src/sys/kern/
subr_pool.c 1878 uint64_t cpuhit, cpumiss, pchit, pcmiss; local in function:pool_print1
1974 cpuhit = 0;
1981 cpuhit += cc->cc_hits;
1987 (*pr)("\tcpu layer hits %llu misses %llu\n", cpuhit, cpumiss);
  /src/sys/uvm/
uvm_extern.h 377 int cpuhit; /* pagealloc where we allocated locally */ member in struct:uvmexp
448 int64_t cpuhit; member in struct:uvmexp_sysctl
  /src/usr.bin/vmstat/
vmstat.c 942 COPY(cpuhit);
1041 uvmexp.cpuhit);
1815 uint64_t cpuhit, cpumiss, pchit, pcmiss, contended, tot; local in function:dopoolcache
1839 cpuhit = 0;
1849 cpuhit += cc->cc_hits;
1890 tot = cpuhit + cpumiss;
1891 p = cpuhit * 100.0 / (tot);

Completed in 58 milliseconds