Home
last modified time | relevance | path

Searched refs:pc_pcgcache (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/sys/
H A Dpool.h264 pcg_t *volatile *pc_pcgcache; /* list of empty cache groups */ member
/netbsd-src/sys/kern/
H A Dsubr_pool.c2160 pc->pc_pcgcache = &pcg_large_cache; in pool_cache_bootstrap()
2164 pc->pc_pcgcache = &pcg_normal_cache; in pool_cache_bootstrap()
2276 cc->cc_pcgcache = pc->pc_pcgcache; in pool_cache_cpu_init1()
2934 (void)pool_pcg_put(pc->pc_pcgcache, cur); in pool_cache_transfer()
2945 (void)pool_pcg_put(pc->pc_pcgcache, prev); in pool_cache_transfer()