HomeSort by: relevance | last modified time | path
    Searched defs:pmap_pool_cache (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/ia64/ia64/
pmap.c 267 static pool_cache_t pmap_pool_cache; variable in typeref:typename:pool_cache_t
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 in typeref:typename:pool_cache_t
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 in typeref:typename:pool_cache_t
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 35 milliseconds