OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pmap_pool_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/ia64/ia64/
pmap.c
267
static pool_cache_t
pmap_pool_cache
;
variable
1260
pmap_pool_cache
= pool_cache_init(sizeof(struct pmap), 0, 0, 0,
1261
"
pmap_pool_cache
", NULL, IPL_VM,
1263
if (
pmap_pool_cache
== NULL)
1483
pmap = pool_cache_get(
pmap_pool_cache
, PR_WAITOK);
1539
pool_cache_put(
pmap_pool_cache
, pmap);
pmap.c
267
static pool_cache_t
pmap_pool_cache
;
variable
1260
pmap_pool_cache
= pool_cache_init(sizeof(struct pmap), 0, 0, 0,
1261
"
pmap_pool_cache
", NULL, IPL_VM,
1263
if (
pmap_pool_cache
== NULL)
1483
pmap = pool_cache_get(
pmap_pool_cache
, PR_WAITOK);
1539
pool_cache_put(
pmap_pool_cache
, pmap);
Completed in 29 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026