Searched refs:copy (Results 1 – 3 of 3) sorted by relevance
/mm/ |
D | process_vm_access.c | 39 size_t copy = PAGE_SIZE - offset; in process_vm_rw_pages() local 42 if (copy > len) in process_vm_rw_pages() 43 copy = len; in process_vm_rw_pages() 46 copied = copy_page_from_iter(page, offset, copy, iter); in process_vm_rw_pages() 49 copied = copy_page_to_iter(page, offset, copy, iter); in process_vm_rw_pages() 52 if (copied < copy && iov_iter_count(iter)) in process_vm_rw_pages()
|
D | mempolicy.c | 1387 unsigned long copy = ALIGN(maxnode-1, 64) / 8; in copy_nodes_to_user() local 1390 if (copy > nbytes) { in copy_nodes_to_user() 1391 if (copy > PAGE_SIZE) in copy_nodes_to_user() 1393 if (clear_user((char __user *)mask + nbytes, copy - nbytes)) in copy_nodes_to_user() 1395 copy = nbytes; in copy_nodes_to_user() 1397 return copy_to_user(mask, nodes_addr(*nodes), copy) ? -EFAULT : 0; in copy_nodes_to_user()
|
D | memory.c | 2730 goto copy; in do_wp_page() 2732 goto copy; in do_wp_page() 2735 goto copy; in do_wp_page() 2749 copy: in do_wp_page()
|