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

  /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 13 milliseconds