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

  /src/sys/arch/aarch64/aarch64/
pmap.c 219 static struct pool_cache _pmap_cache; variable in typeref:struct:pool_cache
487 pool_cache_bootstrap(&_pmap_cache, sizeof(struct pmap),
1517 pm = pool_cache_get(&_pmap_cache, PR_WAITOK);
1570 pool_cache_put(&_pmap_cache, pm);
pmap.c 219 static struct pool_cache _pmap_cache; variable in typeref:struct:pool_cache
487 pool_cache_bootstrap(&_pmap_cache, sizeof(struct pmap),
1517 pm = pool_cache_get(&_pmap_cache, PR_WAITOK);
1570 pool_cache_put(&_pmap_cache, pm);
pmap.c 219 static struct pool_cache _pmap_cache; variable in typeref:struct:pool_cache
487 pool_cache_bootstrap(&_pmap_cache, sizeof(struct pmap),
1517 pm = pool_cache_get(&_pmap_cache, PR_WAITOK);
1570 pool_cache_put(&_pmap_cache, pm);

Completed in 35 milliseconds