Searched refs:this_nob (Results 1 – 1 of 1) sorted by relevance
178 unsigned int this_nob; in lnet_copy_iov2iov() local204 this_nob = min(diov->iov_len - doffset, in lnet_copy_iov2iov()206 this_nob = min(this_nob, nob); in lnet_copy_iov2iov()209 (char *)siov->iov_base + soffset, this_nob); in lnet_copy_iov2iov()210 nob -= this_nob; in lnet_copy_iov2iov()212 if (diov->iov_len > doffset + this_nob) { in lnet_copy_iov2iov()213 doffset += this_nob; in lnet_copy_iov2iov()220 if (siov->iov_len > soffset + this_nob) { in lnet_copy_iov2iov()221 soffset += this_nob; in lnet_copy_iov2iov()297 unsigned int this_nob; in lnet_copy_kiov2kiov() local[all …]