Lines Matching refs:left
163 size_t left = len, to_copy;
172 while (left) {
194 if (left && tc->t_tinc_hdr_rem) {
195 to_copy = min(tc->t_tinc_hdr_rem, left);
204 left -= to_copy;
216 if (left && tc->t_tinc_data_rem) {
217 to_copy = min(tc->t_tinc_data_rem, left);
233 left -= to_copy;
256 rdsdebug("returning len %zu left %zu skb len %d rx queue depth %d\n",
257 len, left, skb->len,
259 return len - left;