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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c6735 uint_t tszcvec; local
6797 if (szc > 1 && (tszcvec = P2PHASE(szcvec, 1 << szc)) > 1) {
6798 uint_t tszc = highbit(tszcvec) - 1;
6818 SDR_END, tszcvec);
6824 te - ta, SDR_END, tszcvec));
6839 if (szc > 1 && (tszcvec = P2PHASE(szcvec, 1 << szc)) > 1) {
6840 uint_t tszc = highbit(tszcvec) - 1;
6853 eaddr - badseg2->s_base, SDR_END, tszcvec));

Completed in 106 milliseconds