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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c2052 int cwidth, ctotal; /* current window width and total */ local
2065 cwidth = ctotal = 0;
2071 while (ctotal < target && e < ncgs) {
2072 ctotal += fs->fs_cs(fs, e).cs_nbfree;
2080 while (ctotal >= target && s < e) {
2084 if (cwidth == bwidth && ctotal <= btotal)
2087 btotal = ctotal;
2091 ctotal -= fs->fs_cs(fs, s).cs_nbfree;

Completed in 62 milliseconds