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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c635 pgcnt_t oldamp_pgs = ahp->size, newamp_pgs; local
654 totpages = oldamp_pgs - startidx + newseg_pgs;
660 if (oldamp_pgs >= totpages) {
662 *startidx_p = oldamp_pgs - totpages;
663 return (oldamp_pgs);
667 * oldamp_pgs/newamp_pgs are the total numbers of pages represented
675 oelems = oldamp_pgs;
679 oelems = (oldamp_pgs + ANON_CHUNK_OFF) >> ANON_CHUNK_SHIFT;
690 if (newamp_pgs > ANON_CHUNK_SIZE && oldamp_pgs <= ANON_CHUNK_SIZE &&
698 if (oldamp_pgs
[all...]

Completed in 65 milliseconds