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

  /src/sys/arch/sparc64/sparc64/
pmap.c 132 struct pool_cache pmap_cache; variable in typeref:struct:pool_cache
1375 pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap),
1471 pm = pool_cache_get(&pmap_cache, PR_WAITOK);
1550 pool_cache_put(&pmap_cache, pm);
pmap.c 132 struct pool_cache pmap_cache; variable in typeref:struct:pool_cache
1375 pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap),
1471 pm = pool_cache_get(&pmap_cache, PR_WAITOK);
1550 pool_cache_put(&pmap_cache, pm);
  /src/sys/arch/sparc/sparc/
pmap.c 452 static struct pool_cache pmap_cache; variable in typeref:struct:pool_cache
4156 pool_cache_bootstrap(&pmap_cache, sz, 0, 0, 0, "pmappl", NULL,
4437 pm = pool_cache_get(&pmap_cache, PR_WAITOK);
4472 pool_cache_put(&pmap_cache, pm);
pmap.c 452 static struct pool_cache pmap_cache; variable in typeref:struct:pool_cache
4156 pool_cache_bootstrap(&pmap_cache, sz, 0, 0, 0, "pmappl", NULL,
4437 pm = pool_cache_get(&pmap_cache, PR_WAITOK);
4472 pool_cache_put(&pmap_cache, pm);
  /src/sys/arch/arm/arm32/
pmap.c 268 static struct pool_cache pmap_cache; variable in typeref:struct:pool_cache
3043 pm = pool_cache_get(&pmap_cache, PR_WAITOK);
5435 pool_cache_put(&pmap_cache, pm);
6581 pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap), 0, 0, 0,
pmap.c 268 static struct pool_cache pmap_cache; variable in typeref:struct:pool_cache
3043 pm = pool_cache_get(&pmap_cache, PR_WAITOK);
5435 pool_cache_put(&pmap_cache, pm);
6581 pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap), 0, 0, 0,
  /src/sys/arch/x86/x86/
pmap.c 398 struct pool_cache pmap_cache; variable in typeref:struct:pool_cache
1924 pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap), COHERENCY_UNIT,
2940 pmap = pool_cache_get(&pmap_cache, PR_WAITOK);
3094 pool_cache_destruct_object(&pmap_cache, pmap);
3096 pool_cache_put(&pmap_cache, pmap);
5848 pool_cache_invalidate(&pmap_cache);
pmap.c 398 struct pool_cache pmap_cache; variable in typeref:struct:pool_cache
1924 pool_cache_bootstrap(&pmap_cache, sizeof(struct pmap), COHERENCY_UNIT,
2940 pmap = pool_cache_get(&pmap_cache, PR_WAITOK);
3094 pool_cache_destruct_object(&pmap_cache, pmap);
3096 pool_cache_put(&pmap_cache, pmap);
5848 pool_cache_invalidate(&pmap_cache);

Completed in 80 milliseconds