Searched refs:copy_amount (Results 1 – 2 of 2) sorted by relevance
59 size_t copy_amount; in wait_for_direct_io() local252 copy_amount = new_op->downcall.resp.io.amt_complete; in wait_for_direct_io()255 copy_amount); in wait_for_direct_io()
2659 unsigned int copy_amount = min(n, PAGE_SIZE - offset); in comedi_buf_copy_to_user() local2663 offset, copy_amount); in comedi_buf_copy_to_user()2664 copy_amount -= uncopied; in comedi_buf_copy_to_user()2665 n -= copy_amount; in comedi_buf_copy_to_user()2669 dest += copy_amount; in comedi_buf_copy_to_user()2687 unsigned int copy_amount = min(n, PAGE_SIZE - offset); in comedi_buf_copy_from_user() local2691 offset, src, copy_amount); in comedi_buf_copy_from_user()2692 copy_amount -= uncopied; in comedi_buf_copy_from_user()2693 n -= copy_amount; in comedi_buf_copy_from_user()2697 src += copy_amount; in comedi_buf_copy_from_user()