Searched refs:not_copied (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/x86/lib/ ! |
D | insn-eval.c | 1503 int not_copied; in insn_fetch_from_user() local 1508 not_copied = copy_from_user(buf, (void __user *)ip, MAX_INSN_SIZE); in insn_fetch_from_user() 1510 return MAX_INSN_SIZE - not_copied; in insn_fetch_from_user() 1531 int not_copied; in insn_fetch_from_user_inatomic() local 1536 not_copied = __copy_from_user_inatomic(buf, (void __user *)ip, MAX_INSN_SIZE); in insn_fetch_from_user_inatomic() 1538 return MAX_INSN_SIZE - not_copied; in insn_fetch_from_user_inatomic()
|
/linux-6.1.9/drivers/most/ ! |
D | most_cdev.c | 239 size_t to_copy, not_copied, copied; in comp_read() local 265 not_copied = copy_to_user(buf, in comp_read() 269 copied = to_copy - not_copied; in comp_read()
|
/linux-6.1.9/drivers/net/wireless/ath/ath6kl/ ! |
D | debug.c | 457 size_t len = 0, not_copied; in ath6kl_fwlog_block_read() local 501 not_copied = copy_to_user(user_buf, buf, len); in ath6kl_fwlog_block_read() 502 if (not_copied != 0) { in ath6kl_fwlog_block_read()
|