Home
last modified time | relevance | path

Searched refs:cc_nfull (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/kern/
H A Dsubr_pool.c1984 nfull += cc->cc_nfull; in pool_print1()
2281 cc->cc_nfull = 0; in pool_cache_cpu_init1()
2448 ((pool_cache_cpu_t *)pc->pc_cpus[curcpu()->ci_index])->cc_nfull -= n; in pool_cache_invalidate()
2657 cc->cc_nfull--; in pool_cache_get_slow()
2829 cc->cc_nfull++; in pool_cache_put_slow()
2932 cc->cc_nfull++; in pool_cache_transfer()
2943 cc->cc_nfull++; in pool_cache_transfer()
3493 nfull += cc->cc_nfull; /* 32-bit rollover! */ in pool_sysctl()
/netbsd-src/sys/sys/
H A Dpool.h252 uint32_t cc_nfull; member
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c1836 nfull += cc->cc_nfull; in dopoolcache()