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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_spt.c830 pgcnt_t pg_idx, npages, tot_npages, npgs; local
988 tot_npages = btopr(sptd->spt_amp->size);
991 pplist = kmem_zalloc(sizeof (page_t *) * tot_npages, KM_SLEEP);
995 for (an_idx = 0; an_idx < tot_npages; ) {
1147 for (an_idx = 0; an_idx < tot_npages; an_idx++) {
1151 kmem_free(pl, sizeof (page_t *) * tot_npages);

Completed in 62 milliseconds