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

  /src/sys/uvm/
uvm_anon.c 47 static struct pool_cache uvm_anon_cache; variable in typeref:struct:pool_cache
55 pool_cache_bootstrap(&uvm_anon_cache, sizeof(struct vm_anon), 0, 0,
84 anon = pool_cache_get(&uvm_anon_cache, PR_NOWAIT);
189 pool_cache_put(&uvm_anon_cache, anon);

Completed in 14 milliseconds