OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_pool
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
vfs_cache.c
237
static pool_cache_t
cache_pool
__read_mostly;
420
pool_cache_put(
cache_pool
, ncp);
947
ncp = pool_cache_get(
cache_pool
, PR_WAITOK);
1108
cache_pool
= pool_cache_init(sizeof(struct namecache),
1111
KASSERT(
cache_pool
!= NULL);
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 14 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025