uvm_glue.c | 233 static pool_cache_t uvm_uarea_cache; variable in typeref:typename:pool_cache_t 237 #define uvm_uarea_system_cache uvm_uarea_cache 349 uvm_uarea_cache = pool_cache_init(USPACE, USPACE_ALIGN, 0, flags, 366 return (vaddr_t)pool_cache_get(uvm_uarea_cache, PR_WAITOK); 389 pool_cache_put(uvm_uarea_cache, (void *)uaddr);
|