OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chfs_flash_dirent_cache
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/ufs/chfs/
chfs_malloc.c
41
pool_cache_t
chfs_flash_dirent_cache
;
variable in typeref:typename:pool_cache_t
70
chfs_flash_dirent_cache
= pool_cache_init(
73
if (!
chfs_flash_dirent_cache
)
109
pool_cache_destroy(
chfs_flash_dirent_cache
);
134
if (
chfs_flash_dirent_cache
)
135
pool_cache_destroy(
chfs_flash_dirent_cache
);
333
ret = pool_cache_get(
chfs_flash_dirent_cache
, PR_WAITOK);
341
pool_cache_put(
chfs_flash_dirent_cache
, fdnode);
Completed in 11 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025