/src/sys/kern/ |
subr_pool.c | 363 static struct pool cache_pool; variable in typeref:struct:pool 732 pool_init(&cache_pool, sizeof(struct pool_cache), coherency_unit, 2102 pc = pool_get(&cache_pool, PR_WAITOK); 2206 pool_put(&cache_pool, pc);
|
subr_pool.c | 363 static struct pool cache_pool; variable in typeref:struct:pool 732 pool_init(&cache_pool, sizeof(struct pool_cache), coherency_unit, 2102 pc = pool_get(&cache_pool, PR_WAITOK); 2206 pool_put(&cache_pool, pc);
|
subr_pool.c | 363 static struct pool cache_pool; variable in typeref:struct:pool 732 pool_init(&cache_pool, sizeof(struct pool_cache), coherency_unit, 2102 pc = pool_get(&cache_pool, PR_WAITOK); 2206 pool_put(&cache_pool, pc);
|
subr_pool.c | 363 static struct pool cache_pool; variable in typeref:struct:pool 732 pool_init(&cache_pool, sizeof(struct pool_cache), coherency_unit, 2102 pc = pool_get(&cache_pool, PR_WAITOK); 2206 pool_put(&cache_pool, pc);
|
subr_pool.c | 363 static struct pool cache_pool; variable in typeref:struct:pool 732 pool_init(&cache_pool, sizeof(struct pool_cache), coherency_unit, 2102 pc = pool_get(&cache_pool, PR_WAITOK); 2206 pool_put(&cache_pool, pc);
|