Searched refs:cands_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c955 pcc_info_t **cands_cache; local
964 cands_cache = kmem_zalloc(sizeof (pcc_info_t *) * NPC_MUTEX *
966 if (cands_cache == NULL)
1037 cands_cache[i * MMU_PAGE_SIZES + r] = pi;
1206 pi = cands_cache[i * MMU_PAGE_SIZES + r];
1209 cands_cache[i * MMU_PAGE_SIZES + r] = old_pi;
1255 pi = cands_cache[i * MMU_PAGE_SIZES + r];
1270 pi = cands_cache[i * MMU_PAGE_SIZES + r];
1278 kmem_free(cands_cache,

Completed in 50 milliseconds