OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpfs_dirent_pool
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/tmpfs/
tmpfs_mem.c
48
extern struct pool
tmpfs_dirent_pool
;
168
return pool_get(&
tmpfs_dirent_pool
, PR_WAITOK);
176
pool_put(&
tmpfs_dirent_pool
, de);
tmpfs_vfsops.c
64
struct pool
tmpfs_dirent_pool
;
variable in typeref:struct:pool
71
pool_init(&
tmpfs_dirent_pool
, sizeof(tmpfs_dirent_t), 0, 0, 0,
81
pool_destroy(&
tmpfs_dirent_pool
);
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025