Home
last modified time | relevance | path

Searched refs:mustwr (Results 1 – 1 of 1) sorted by relevance

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