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

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

Completed in 29 milliseconds