Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/cpr/
H A Dcpr_dump.c1066 pgcnt_t i, j, totbit; in cpr_contig_pages() local
1074 totbit = BTOb(dp->cbd_size); in cpr_contig_pages()
1077 while (i < totbit) { in cpr_contig_pages()
1078 while ((j < CPR_MAXCONTIG) && ((j + i) < totbit)) { in cpr_contig_pages()