Lines Matching defs:nchunks
749 int nchunks, flag;
770 nchunks = 1;
775 * "nchunks". If this split is not enough, linearly increment the
776 * nchunks in the next iteration.
779 offset = length + (nchunks - 1) * resid) {
781 nchunks = roundup(resv, ufs_trans_max_resv) /
785 nchunks++;
787 resid = size / nchunks;
790 if (nchunks > 1) {
885 int nchunks;
900 nchunks = 1;
902 offset = uio->uio_offset + (nchunks - 1) * resid) {
903 nchunks++;
904 resid = uio->uio_resid / nchunks;
910 if (nchunks > 1)