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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c2053 int bwidth, btotal; /* best window width and total so far */ local
2067 bwidth = ncgs;
2083 if (cwidth <= bwidth) {
2084 if (cwidth == bwidth && ctotal <= btotal)
2086 bwidth = cwidth;
2100 if (btotal < minblk || bwidth > max_extents)

Completed in 68 milliseconds