pmap.c | 133 struct pool_cache pmap_pv_cache; variable in typeref:struct:pool_cache 1378 pool_cache_bootstrap(&pmap_pv_cache, sizeof(struct pv_entry), 0, 0, 1792 npv = pool_cache_get(&pmap_pv_cache, PR_NOWAIT); 2013 pool_cache_put(&pmap_pv_cache, opv); 2015 pool_cache_put(&pmap_pv_cache, npv); 2169 pool_cache_put(&pmap_pv_cache, freepv); 3080 pool_cache_put(&pmap_pv_cache, freepv);
|