OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chfs_tmp_dnode_cache
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/ufs/chfs/
chfs_malloc.c
44
pool_cache_t
chfs_tmp_dnode_cache
;
variable in typeref:typename:pool_cache_t
88
chfs_tmp_dnode_cache
= pool_cache_init(
91
if (!
chfs_tmp_dnode_cache
)
103
pool_cache_destroy(
chfs_tmp_dnode_cache
);
143
if (
chfs_tmp_dnode_cache
)
144
pool_cache_destroy(
chfs_tmp_dnode_cache
);
381
ret = pool_cache_get(
chfs_tmp_dnode_cache
, PR_WAITOK);
390
pool_cache_put(
chfs_tmp_dnode_cache
, td);
Completed in 12 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025