OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
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 133 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026