Lines Matching refs:left
162 size_t left = len, to_copy;
171 while (left) {
193 if (left && tc->t_tinc_hdr_rem) {
194 to_copy = min(tc->t_tinc_hdr_rem, left);
203 left -= to_copy;
215 if (left && tc->t_tinc_data_rem) {
216 to_copy = min(tc->t_tinc_data_rem, left);
232 left -= to_copy;
255 rdsdebug("returning len %zu left %zu skb len %d rx queue depth %d\n",
256 len, left, skb->len,
258 return len - left;