Home
last modified time | relevance | path

Searched refs:this_write (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c423 int this_write; in send_write_chunks() local
424 this_write = min(write_len, max_write); in send_write_chunks()
429 this_write, in send_write_chunks()
436 chunk_off += this_write; in send_write_chunks()
437 xdr_off += this_write; in send_write_chunks()
438 xfer_len -= this_write; in send_write_chunks()
439 write_len -= this_write; in send_write_chunks()
496 int this_write; in send_reply_chunks() local
498 this_write = min(write_len, max_write); in send_reply_chunks()
503 this_write, in send_reply_chunks()
[all …]
/linux-3.4.99/drivers/staging/media/solo6x10/
Dv4l2.c301 int this_write; in solo_fillbuf() local
311 this_write = min(sg_size_left, line_len); in solo_fillbuf()
314 this_write, 0, 0)) in solo_fillbuf()
317 line_len -= this_write; in solo_fillbuf()
318 sg_size_left -= this_write; in solo_fillbuf()
319 sg_dma += this_write; in solo_fillbuf()
320 this_addr += this_write; in solo_fillbuf()