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

/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_glue.c233 static pool_cache_t uvm_uarea_cache; variable
237 #define uvm_uarea_system_cache uvm_uarea_cache
348 uvm_uarea_cache = pool_cache_init(USPACE, USPACE_ALIGN, 0, flags,
365 return (vaddr_t)pool_cache_get(uvm_uarea_cache, PR_WAITOK);
383 pool_cache_put(uvm_uarea_cache, (void *)uaddr);

Completed in 97 milliseconds