Lines Matching refs:rest
74 * keep track of the rest of the record. residual stores the number of bytes
75 * that are still to deliver. If the rest of the record is invalidated between
134 unsigned long rest, len;
138 rest = count;
139 while (rest > 0) {
142 len = min(rest, PAGE_SIZE - localhead);
145 rest -= len;
160 unsigned long rest, len, finalcount;
165 rest = finalcount;
166 while (rest > 0) {
169 len = min(rest, PAGE_SIZE - localtail);
172 rest -= len;