Home
last modified time | relevance | path

Searched refs:cpuhit (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_extern.h377 int cpuhit; /* pagealloc where we allocated locally */ member
448 int64_t cpuhit; member
H A Duvm_meter.c125 u.cpuhit = cpu_count_get(CPU_COUNT_CPUHIT); in sysctl_vm_uvmexp2()
449 uvmexp.cpuhit = (int)cpu_count_get(CPU_COUNT_CPUHIT); in uvm_update_uvmexp()
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c942 COPY(cpuhit); in dosum()
1041 uvmexp.cpuhit); in dosum()
1799 uint64_t cpuhit, cpumiss, pchit, pcmiss, contended, tot; in dopoolcache() local
1823 cpuhit = 0; in dopoolcache()
1833 cpuhit += cc->cc_hits; in dopoolcache()
1874 tot = cpuhit + cpumiss; in dopoolcache()
1875 p = cpuhit * 100.0 / (tot); in dopoolcache()
/netbsd-src/sys/kern/
H A Dsubr_pool.c1878 uint64_t cpuhit, cpumiss, pchit, pcmiss; in pool_print1()
1974 cpuhit = 0; in pool_print1()
1981 cpuhit += cc->cc_hits; in pool_print1()
1987 (*pr)("\tcpu layer hits %llu misses %llu\n", cpuhit, cpumiss);
1866 uint64_t cpuhit, cpumiss, pchit, pcmiss; pool_print1() local