OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dirhash_pool
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
vfs_dirhash.c
68
static struct pool
dirhash_pool
;
variable in typeref:struct:pool
89
pool_init(&
dirhash_pool
, sz, 0, 0, 0,
127
pool_destroy(&
dirhash_pool
);
189
pool_put(&
dirhash_pool
, dirh);
202
dirh = pool_get(&
dirhash_pool
, PR_WAITOK | PR_ZERO);
Completed in 43 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025