Lines Matching defs:total_len
233 size_t total_len = iov_iter_count(to);
240 if (unlikely(total_len == 0))
265 if (total_len < 8) {
280 total_len -= sizeof(n);
291 if (chars > total_len) {
297 chars = total_len;
319 total_len = chars;
334 total_len -= chars;
335 if (!total_len)
423 size_t total_len = iov_iter_count(from);
429 if (unlikely(total_len == 0))
455 chars = total_len & (PAGE_SIZE-1);