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);
|