uvm_glue.c | 235 static pool_cache_t uvm_uarea_system_cache; variable in typeref:typename:pool_cache_t 237 #define uvm_uarea_system_cache uvm_uarea_cache macro 352 uvm_uarea_system_cache = pool_cache_init(USPACE, USPACE_ALIGN, 377 return (vaddr_t)pool_cache_get(uvm_uarea_system_cache, PR_WAITOK); 397 pool_cache_put(uvm_uarea_system_cache, (void *)uaddr);
|