OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pte_pool_cache
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/ia64/ia64/
pmap.c
278
static pool_cache_t
pte_pool_cache
;
variable
1138
pte = pool_cache_get(
pte_pool_cache
, PR_NOWAIT);
1157
pool_cache_put(
pte_pool_cache
, pte);
1266
pte_pool_cache
= pool_cache_init(sizeof(struct ia64_lpte), 0, 0, 0,
1267
"
pte_pool_cache
", NULL, IPL_VM,
1269
if (
pte_pool_cache
== NULL)
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026