uvm_map.c | 150 static struct pool_cache uvm_map_entry_cache; variable in typeref:struct:pool_cache 793 me = pool_cache_get(&uvm_map_entry_cache, pflags); 814 pool_cache_put(&uvm_map_entry_cache, me); 937 pool_cache_bootstrap(&uvm_map_entry_cache, sizeof(struct vm_map_entry),
|