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

  /src/sys/arch/alpha/alpha/
pmap.c 270 static struct pool_cache pmap_pv_cache __read_mostly;
500 #define pmap_pv_alloc() pool_cache_get(&pmap_pv_cache, PR_NOWAIT)
501 #define pmap_pv_free(pv) pool_cache_put(&pmap_pv_cache, (pv))
1394 pool_cache_bootstrap(&pmap_pv_cache, sizeof(struct pv_entry), 0, 0,
1578 pool_cache_setlowat(&pmap_pv_cache, pmap_pv_lowat);
  /src/sys/arch/sparc64/sparc64/
pmap.c 133 struct pool_cache pmap_pv_cache; variable in typeref:struct:pool_cache
1378 pool_cache_bootstrap(&pmap_pv_cache, sizeof(struct pv_entry), 0, 0,
1792 npv = pool_cache_get(&pmap_pv_cache, PR_NOWAIT);
2013 pool_cache_put(&pmap_pv_cache, opv);
2015 pool_cache_put(&pmap_pv_cache, npv);
2169 pool_cache_put(&pmap_pv_cache, freepv);
3080 pool_cache_put(&pmap_pv_cache, freepv);

Completed in 19 milliseconds