OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chfs_nrefs_cache
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/ufs/chfs/
chfs_malloc.c
39
pool_cache_t
chfs_nrefs_cache
;
variable in typeref:typename:pool_cache_t
58
chfs_nrefs_cache
= pool_cache_init(
61
if (!
chfs_nrefs_cache
)
113
pool_cache_destroy(
chfs_nrefs_cache
);
128
if (
chfs_nrefs_cache
)
129
pool_cache_destroy(
chfs_nrefs_cache
);
192
nref = pool_cache_get(
chfs_nrefs_cache
, PR_WAITOK);
209
pool_cache_put(
chfs_nrefs_cache
, nref);
Completed in 12 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025