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

/illumos-gate/usr/src/cmd/col/
H A Dcol.c62 int ll, llh, mustwr; variable
130 mustwr = PL;
291 if (page[(mustwr+i)%PL] != 0)
292 emit(page[(mustwr+i) % PL], mustwr+i-PL);
585 if (ll >= mustwr && page[ll%PL]) {
587 mustwr++;
597 if (ll > mustwr - PL) {

Completed in 58 milliseconds