HomeSort by: relevance | last modified time | path
    Searched refs:pc_pcgcache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
pool.h 264 pcg_t *volatile *pc_pcgcache; /* list of empty cache groups */ member in struct:pool_cache
  /src/sys/kern/
subr_pool.c 2160 pc->pc_pcgcache = &pcg_large_cache;
2164 pc->pc_pcgcache = &pcg_normal_cache;
2276 cc->cc_pcgcache = pc->pc_pcgcache;
2934 (void)pool_pcg_put(pc->pc_pcgcache, cur);
2945 (void)pool_pcg_put(pc->pc_pcgcache, prev);

Completed in 14 milliseconds