Searched defs:startidx_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c617 * startidx_p points to the index into the anon array of the first page
619 * *startidx_p. newpages is the number of additional pages desired.
621 * If startidx_p == NULL, startidx is taken to be 0 and cannot be changed.
631 anon_grow(struct anon_hdr *ahp, ulong_t *startidx_p, pgcnt_t oldseg_pgs, argument
634 ulong_t startidx = startidx_p ? *startidx_p : 0;
643 ASSERT(!(startidx_p == NULL && growdown));
662 *startidx_p = oldamp_pgs - totpages;
728 *startidx_p = newamp_pgs - totpages;

Completed in 50 milliseconds