Searched refs:entry_high (Results 1 – 1 of 1) sorted by relevance
149 unsigned long entry_low, entry_high; in concat_writev() local183 entry_high = entry_low; in concat_writev()184 while (entry_high < count) { in concat_writev()185 if (size <= vecs_copy[entry_high].iov_len) in concat_writev()187 size -= vecs_copy[entry_high++].iov_len; in concat_writev()190 old_iov_len = vecs_copy[entry_high].iov_len; in concat_writev()191 vecs_copy[entry_high].iov_len = size; in concat_writev()194 entry_high - entry_low + 1, to, &retsize); in concat_writev()196 vecs_copy[entry_high].iov_len = old_iov_len - size; in concat_writev()197 vecs_copy[entry_high].iov_base += size; in concat_writev()[all …]