Lines Matching full:remaining
57 * the svc_rqst will be recycled as soon as sendto returns. Remaining
372 * @remaining: remaining bytes of the payload left in the Write chunk
377 * that was consumed by the Write segment, and updates @remaining
382 u32 *remaining, unsigned int segno) in svc_rdma_encode_write_segment() argument
393 length = min_t(u32, *remaining, segment->rs_length); in svc_rdma_encode_write_segment()
394 *remaining -= length; in svc_rdma_encode_write_segment()
419 u32 remaining = chunk->ch_payload_length; in svc_rdma_encode_write_chunk() local
435 ret = svc_rdma_encode_write_segment(sctxt, chunk, &remaining, segno); in svc_rdma_encode_write_chunk()
583 unsigned int len, remaining; in svc_rdma_xb_dma_map() local
594 remaining = xdr->page_len; in svc_rdma_xb_dma_map()
595 while (remaining) { in svc_rdma_xb_dma_map()
596 len = min_t(u32, PAGE_SIZE - pageoff, remaining); in svc_rdma_xb_dma_map()
602 remaining -= len; in svc_rdma_xb_dma_map()
631 unsigned int remaining; in svc_rdma_xb_count_sges() local
638 remaining = xdr->page_len; in svc_rdma_xb_count_sges()
639 while (remaining) { in svc_rdma_xb_count_sges()
641 remaining -= min_t(u32, PAGE_SIZE - offset, remaining); in svc_rdma_xb_count_sges()
697 unsigned int len, remaining; in svc_rdma_xb_linearize() local
708 remaining = xdr->page_len; in svc_rdma_xb_linearize()
709 while (remaining) { in svc_rdma_xb_linearize()
710 len = min_t(u32, PAGE_SIZE - pageoff, remaining); in svc_rdma_xb_linearize()
712 remaining -= len; in svc_rdma_xb_linearize()