Lines Matching refs:from
76 * exceed this limit, then add us to the back of the queue and retry from
85 * When ->locked_cq is set we only allow to post CQEs from the original
173 /* ->prep_async is always called from the submission context */
665 sr->len = 0; /* get from the provided buffer */
696 * receive from this socket.
1103 struct iov_iter *from, size_t length)
1106 return __zerocopy_sg_from_iter(NULL, sk, skb, from, length);
1110 struct iov_iter *from, size_t length)
1122 return __zerocopy_sg_from_iter(NULL, sk, skb, from, length);
1124 bi.bi_size = min(from->count, length);
1125 bi.bi_bvec_done = from->iov_offset;
1129 struct bio_vec v = mp_bvec_iter_bvec(from->bvec, bi);
1135 bvec_iter_advance_single(from->bvec, &bi, v.bv_len);
1141 from->bvec += bi.bi_idx;
1142 from->nr_segs -= bi.bi_idx;
1143 from->count -= copied;
1144 from->iov_offset = bi.bi_bvec_done;