OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chfs_node_frag_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/chfs/
chfs_malloc.c
43
pool_cache_t
chfs_node_frag_cache
;
variable in typeref:typename:pool_cache_t
82
chfs_node_frag_cache
= pool_cache_init(
85
if (!
chfs_node_frag_cache
)
105
pool_cache_destroy(
chfs_node_frag_cache
);
140
if (
chfs_node_frag_cache
)
141
pool_cache_destroy(
chfs_node_frag_cache
);
365
ret = pool_cache_get(
chfs_node_frag_cache
, PR_WAITOK);
373
pool_cache_put(
chfs_node_frag_cache
, frag);
chfs_malloc.c
43
pool_cache_t
chfs_node_frag_cache
;
variable in typeref:typename:pool_cache_t
82
chfs_node_frag_cache
= pool_cache_init(
85
if (!
chfs_node_frag_cache
)
105
pool_cache_destroy(
chfs_node_frag_cache
);
140
if (
chfs_node_frag_cache
)
141
pool_cache_destroy(
chfs_node_frag_cache
);
365
ret = pool_cache_get(
chfs_node_frag_cache
, PR_WAITOK);
373
pool_cache_put(
chfs_node_frag_cache
, frag);
Completed in 22 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025