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()
2657 unsigned int copy_amount = min(n, PAGE_SIZE - offset); in comedi_buf_copy_to_user() local2661 offset, copy_amount); in comedi_buf_copy_to_user()2662 copy_amount -= uncopied; in comedi_buf_copy_to_user()2663 n -= copy_amount; in comedi_buf_copy_to_user()2667 dest += copy_amount; in comedi_buf_copy_to_user()2685 unsigned int copy_amount = min(n, PAGE_SIZE - offset); in comedi_buf_copy_from_user() local2689 offset, src, copy_amount); in comedi_buf_copy_from_user()2690 copy_amount -= uncopied; in comedi_buf_copy_from_user()2691 n -= copy_amount; in comedi_buf_copy_from_user()2695 src += copy_amount; in comedi_buf_copy_from_user()