| /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
|
| uvm_meter.c | 125 u.cpuhit = cpu_count_get(CPU_COUNT_CPUHIT); 449 uvmexp.cpuhit = (int)cpu_count_get(CPU_COUNT_CPUHIT);
|
| /src/usr.bin/vmstat/ |
| vmstat.c | 942 COPY(cpuhit); 1041 uvmexp.cpuhit); 1815 uint64_t cpuhit, cpumiss, pchit, pcmiss, contended, tot; local 1839 cpuhit = 0; 1849 cpuhit += cc->cc_hits; 1890 tot = cpuhit + cpumiss; 1891 p = cpuhit * 100.0 / (tot);
|
| /src/sys/kern/ |
| subr_pool.c | 1881 uint64_t cpuhit, cpumiss, pchit, pcmiss; local 1977 cpuhit = 0; 1984 cpuhit += cc->cc_hits; 1990 (*pr)("\tcpu layer hits %llu misses %llu\n", cpuhit, cpumiss);
|