OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dirhash_entry_pool
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
vfs_dirhash.c
69
static struct pool
dirhash_entry_pool
;
variable in typeref:struct:pool
93
pool_init(&
dirhash_entry_pool
, sz, 0, 0, 0,
98
pool_sethiwat(&
dirhash_entry_pool
, max_entries);
128
pool_destroy(&
dirhash_entry_pool
);
156
pool_put(&
dirhash_entry_pool
, dirh_e);
162
pool_put(&
dirhash_entry_pool
, dirh_e);
274
pool_put(&
dirhash_entry_pool
, dirh_e);
299
dirh_e = pool_get(&
dirhash_entry_pool
, PR_WAITOK | PR_ZERO);
328
dirh_e = pool_get(&
dirhash_entry_pool
, PR_WAITOK | PR_ZERO);
vfs_dirhash.c
69
static struct pool
dirhash_entry_pool
;
variable in typeref:struct:pool
93
pool_init(&
dirhash_entry_pool
, sz, 0, 0, 0,
98
pool_sethiwat(&
dirhash_entry_pool
, max_entries);
128
pool_destroy(&
dirhash_entry_pool
);
156
pool_put(&
dirhash_entry_pool
, dirh_e);
162
pool_put(&
dirhash_entry_pool
, dirh_e);
274
pool_put(&
dirhash_entry_pool
, dirh_e);
299
dirh_e = pool_get(&
dirhash_entry_pool
, PR_WAITOK | PR_ZERO);
328
dirh_e = pool_get(&
dirhash_entry_pool
, PR_WAITOK | PR_ZERO);
Completed in 20 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025