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

/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_glue.c235 static pool_cache_t uvm_uarea_system_cache; variable
237 #define uvm_uarea_system_cache uvm_uarea_cache macro
351 uvm_uarea_system_cache = pool_cache_init(USPACE, USPACE_ALIGN,
372 return (vaddr_t)pool_cache_get(uvm_uarea_system_cache, PR_WAITOK);
390 pool_cache_put(uvm_uarea_system_cache, (void *)uaddr);

Completed in 47 milliseconds