Searched refs:copyin (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/lib/ |
D | iov_iter.c | 153 static int copyin(void *to, const void __user *from, size_t n) in copyin() function 274 left = copyin(to, buf, copy); in copy_page_from_iter_iovec() 284 left = copyin(to, buf, copy); in copy_page_from_iter_iovec() 303 left = copyin(to, buf, copy); in copy_page_from_iter_iovec() 312 left = copyin(to, buf, copy); in copy_page_from_iter_iovec() 773 copyin((to += v.iov_len) - v.iov_len, v.iov_base, v.iov_len), in _copy_from_iter() 796 if (copyin((to += v.iov_len) - v.iov_len, in _copy_from_iter_full() 1006 copyin((p += v.iov_len) - v.iov_len, v.iov_base, v.iov_len), in iov_iter_copy_from_user_atomic()
|
/Linux-v5.10/drivers/sbus/char/ |
D | openprom.c | 60 static int copyin(struct openpromio __user *info, struct openpromio **opp_p) in copyin() function 302 bufsize = copyin(argp, &opp); in openprom_sunos_ioctl()
|
/Linux-v5.10/arch/m68k/fpsp040/ |
D | skeleton.S | 431 | If you don't have copyin, use the local copy of the function below. 461 jsr copyin
|
/Linux-v5.10/drivers/net/ethernet/8390/ |
D | pcnet_cs.c | 1318 static void copyin(void *dest, void __iomem *src, int c) in copyin() function 1364 copyin(hdr, xfer_start, sizeof(struct e8390_pkt_hdr)); in shmem_get_8390_hdr() 1382 copyin(buf, base + offset, semi_count); in shmem_block_input() 1387 copyin(buf, base + offset, count); in shmem_block_input()
|
/Linux-v5.10/Documentation/networking/ |
D | kcm.rst | 237 operations on the TCP socket (for instance copyin and copyout of data is
|
/Linux-v5.10/Documentation/block/ |
D | biodoc.rst | 183 by default copyin/out i/o requests on high-memory buffers to low-memory buffers 188 (blk_queue_bounce_limit()). This avoids the inefficiencies of the copyin/out 206 is used for performing the i/o with copyin/copyout as needed depending on
|