Searched refs:nbytes_remaining (Results 1 – 1 of 1) sorted by relevance
1523 unsigned int nbytes_remaining; in _t_gather() local1529 nbytes_remaining = _t_bytecount_upto_intmax(tiov, tiovcount); in _t_gather()1530 for (i = 0; i < tiovcount && nbytes_remaining != 0; i++) { in _t_gather()1531 if (tiov[i].iov_len <= nbytes_remaining) in _t_gather()1534 cur_count = nbytes_remaining; in _t_gather()1537 nbytes_remaining -= cur_count; in _t_gather()1549 unsigned int nbytes_remaining; in _t_scatter() local1559 nbytes_remaining = pdatabuf->len; in _t_scatter()1560 for (i = 0; i < tiovcount && nbytes_remaining != 0; i++) { in _t_scatter()1561 if (tiov[i].iov_len < nbytes_remaining) in _t_scatter()[all …]