HomeSort by: relevance | last modified time | path
    Searched defs:cache_pool (Results 1 - 5 of 5) sorted by relevancy

  /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);

Completed in 69 milliseconds