Home
last modified time | relevance | path

Searched refs:uvm_amap_cache (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_amap.c58 static struct pool_cache uvm_amap_cache; variable
158 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()