pmap.c | 278 static pool_cache_t pte_pool_cache; variable in typeref:typename:pool_cache_t 1138 pte = pool_cache_get(pte_pool_cache, PR_NOWAIT); 1157 pool_cache_put(pte_pool_cache, pte); 1266 pte_pool_cache = pool_cache_init(sizeof(struct ia64_lpte), 0, 0, 0, 1267 "pte_pool_cache", NULL, IPL_VM, 1269 if (pte_pool_cache == NULL)
|