Searched refs:uvm_amap_cache (Results 1 – 1 of 1) sorted by relevance
58 static struct pool_cache uvm_amap_cache; variable158 amap = pool_cache_get(&uvm_amap_cache, nowait ? PR_NOWAIT : PR_WAITOK); in amap_alloc1()210 pool_cache_put(&uvm_amap_cache, amap); in amap_alloc1()308 pool_cache_bootstrap(&uvm_amap_cache, sizeof(struct vm_amap), in uvm_amap_init()337 pool_cache_put(&uvm_amap_cache, amap); in amap_free()