| version 1.137.2.6, 2007/12/28 15:06:20 |
version 1.137.2.7, 2007/12/31 16:25:02 |
| Line 2641 pool_cache_put_slow(pool_cache_cpu_t *cc |
|
| Line 2641 pool_cache_put_slow(pool_cache_cpu_t *cc |
|
| * object away. |
* object away. |
| */ |
*/ |
| nobj = pc->pc_pcgsize; |
nobj = pc->pc_pcgsize; |
| if (nobj == PCG_NOBJECTS_LARGE) { |
if (pool_cache_disable) { |
| |
pcg = NULL; |
| |
} else if (nobj == PCG_NOBJECTS_LARGE) { |
| pcg = pool_get(&pcg_large_pool, PR_NOWAIT); |
pcg = pool_get(&pcg_large_pool, PR_NOWAIT); |
| } else { |
} else { |
| pcg = pool_get(&pcg_normal_pool, PR_NOWAIT); |
pcg = pool_get(&pcg_normal_pool, PR_NOWAIT); |