Lines Matching defs:total_len
232 size_t total_len = iov_iter_count(to);
239 if (unlikely(total_len == 0))
264 if (total_len < 8) {
279 total_len -= sizeof(n);
290 if (chars > total_len) {
296 chars = total_len;
318 total_len = chars;
333 total_len -= chars;
334 if (!total_len)
421 size_t total_len = iov_iter_count(from);
427 if (unlikely(total_len == 0))
453 chars = total_len & (PAGE_SIZE-1);