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

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

Completed in 20 milliseconds