Searched refs:not_copied (Results 1 – 3 of 3) sorted by relevance
239 size_t to_copy, not_copied, copied; in comp_read() local265 not_copied = copy_to_user(buf, in comp_read()269 copied = to_copy - not_copied; in comp_read()
1435 int not_copied; in insn_fetch_from_user() local1450 not_copied = copy_from_user(buf, (void __user *)(seg_base + regs->ip), in insn_fetch_from_user()1453 return MAX_INSN_SIZE - not_copied; in insn_fetch_from_user()
457 size_t len = 0, not_copied; in ath6kl_fwlog_block_read() local501 not_copied = copy_to_user(user_buf, buf, len); in ath6kl_fwlog_block_read()502 if (not_copied != 0) { in ath6kl_fwlog_block_read()