pmap.c | 405 static struct pool_cache pmap_pvp_cache; variable in typeref:struct:pool_cache 1944 pool_cache_bootstrap(&pmap_pvp_cache, PAGE_SIZE, PAGE_SIZE, 2099 pvp = pool_cache_get(&pmap_pvp_cache, PR_NOWAIT); 2169 pool_cache_put(&pmap_pvp_cache, pvp);
|