Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dpool.h247 pcg_t *volatile *cc_pcgcache; member
/netbsd-src/sys/kern/
H A Dsubr_pool.c2276 cc->cc_pcgcache = pc->pc_pcgcache; in pool_cache_cpu_init1()
2655 (void)pool_pcg_put(cc->cc_pcgcache, cur); in pool_cache_get_slow()
2804 (void)pool_pcg_get(cc->cc_pcgcache, &pcg); in pool_cache_put_slow()