Searched refs:totbit (Results 1 – 1 of 1) sorted by relevance
1066 pgcnt_t i, j, totbit; in cpr_contig_pages() local1074 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()