Searched refs:uvm_map_entry_cache (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/uvm/
H A Duvm_map.c150 static struct pool_cache uvm_map_entry_cache; variable in typeref:struct:pool_cache
781 me = pool_cache_get(&uvm_map_entry_cache, pflags);
802 pool_cache_put(&uvm_map_entry_cache, me);
925 pool_cache_bootstrap(&uvm_map_entry_cache, sizeof(struct vm_map_entry),

Completed in 141 milliseconds