/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);
|