Searched refs:ctotal (Results 1 – 1 of 1) sorted by relevance
2052 int cwidth, ctotal; /* current window width and total */ in findlogstartcg() local2065 cwidth = ctotal = 0; in findlogstartcg()2071 while (ctotal < target && e < ncgs) { in findlogstartcg()2072 ctotal += fs->fs_cs(fs, e).cs_nbfree; in findlogstartcg()2080 while (ctotal >= target && s < e) { in findlogstartcg()2084 if (cwidth == bwidth && ctotal <= btotal) in findlogstartcg()2087 btotal = ctotal; in findlogstartcg()2091 ctotal -= fs->fs_cs(fs, s).cs_nbfree; in findlogstartcg()