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

  /src/sys/arch/arm/arm32/
pmap.c 285 static struct pool_cache pmap_l2dtable_cache; variable in typeref:struct:pool_cache
647 pool_cache_get(&pmap_l2dtable_cache, PR_NOWAIT)
649 pool_cache_put(&pmap_l2dtable_cache, (l2))
6593 pool_cache_bootstrap(&pmap_l2dtable_cache, sizeof(struct l2_dtable), 0,
6858 pool_cache_setlowat(&pmap_l2dtable_cache,
pmap.c 285 static struct pool_cache pmap_l2dtable_cache; variable in typeref:struct:pool_cache
647 pool_cache_get(&pmap_l2dtable_cache, PR_NOWAIT)
649 pool_cache_put(&pmap_l2dtable_cache, (l2))
6593 pool_cache_bootstrap(&pmap_l2dtable_cache, sizeof(struct l2_dtable), 0,
6858 pool_cache_setlowat(&pmap_l2dtable_cache,

Completed in 31 milliseconds