uvm_amap.c | 58 static struct pool_cache uvm_amap_cache; variable in typeref:struct:pool_cache 158 amap = pool_cache_get(&uvm_amap_cache, nowait ? PR_NOWAIT : PR_WAITOK); 210 pool_cache_put(&uvm_amap_cache, amap); 308 pool_cache_bootstrap(&uvm_amap_cache, sizeof(struct vm_amap), 337 pool_cache_put(&uvm_amap_cache, amap);
|