HomeSort by: relevance | last modified time | path
    Searched defs:uvm_amap_cache (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/uvm/
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);

Completed in 13 milliseconds