not_copied 320 arch/x86/kernel/umip.c int not_copied, nr_copied, reg_offset, dummy_data_size, umip_inst; not_copied 344 arch/x86/kernel/umip.c not_copied = copy_from_user(buf, (void __user *)(seg_base + regs->ip), not_copied 346 arch/x86/kernel/umip.c nr_copied = sizeof(buf) - not_copied; not_copied 70 arch/x86/mm/mpx.c int not_copied; not_copied 73 arch/x86/mm/mpx.c not_copied = copy_from_user(buf, (void __user *)regs->ip, sizeof(buf)); not_copied 74 arch/x86/mm/mpx.c nr_copied = sizeof(buf) - not_copied; not_copied 457 drivers/net/wireless/ath/ath6kl/debug.c size_t len = 0, not_copied; not_copied 501 drivers/net/wireless/ath/ath6kl/debug.c not_copied = copy_to_user(user_buf, buf, len); not_copied 502 drivers/net/wireless/ath/ath6kl/debug.c if (not_copied != 0) { not_copied 246 drivers/staging/most/cdev/cdev.c size_t to_copy, not_copied, copied; not_copied 272 drivers/staging/most/cdev/cdev.c not_copied = copy_to_user(buf, not_copied 276 drivers/staging/most/cdev/cdev.c copied = to_copy - not_copied;