Searched refs:entry_high (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/mtd/
H A Dmtdconcat.c163 unsigned long entry_low, entry_high; concat_writev() local
197 entry_high = entry_low; concat_writev()
198 while (entry_high < count) { concat_writev()
199 if (size <= vecs_copy[entry_high].iov_len) concat_writev()
201 size -= vecs_copy[entry_high++].iov_len; concat_writev()
204 old_iov_len = vecs_copy[entry_high].iov_len; concat_writev()
205 vecs_copy[entry_high].iov_len = size; concat_writev()
208 entry_high - entry_low + 1, to, &retsize); concat_writev()
210 vecs_copy[entry_high].iov_len = old_iov_len - size; concat_writev()
211 vecs_copy[entry_high].iov_base += size; concat_writev()
213 entry_low = entry_high; concat_writev()

Completed in 34 milliseconds