Searched refs:uncopied (Results 1 – 3 of 3) sorted by relevance
2541 unsigned int uncopied; in comedi_buf_copy_to_user() local 2543 uncopied = copy_to_user(dest, buf_page_list[page].virt_addr + in comedi_buf_copy_to_user() 2545 copy_amount -= uncopied; in comedi_buf_copy_to_user() 2547 if (uncopied) in comedi_buf_copy_to_user() 2569 unsigned int uncopied; in comedi_buf_copy_from_user() local 2571 uncopied = copy_from_user(buf_page_list[page].virt_addr + in comedi_buf_copy_from_user() 2573 copy_amount -= uncopied; in comedi_buf_copy_from_user() 2575 if (uncopied) in comedi_buf_copy_from_user()
36 * the number of uncopied bytes due to an exception caused by a read or write.145 * the number of uncopied bytes.407 SUB len, AT, t0 # len number of uncopied bytes
290 return the amount of uncopied data (ie. 0 still means success).