Home
last modified time | relevance | path

Searched refs:copyin (Results 1 – 6 of 6) sorted by relevance

/linux/lib/
A Diov_iter.c162 static int copyin(void *to, const void __user *from, size_t n) in copyin() function
283 left = copyin(to, buf, copy); in copy_page_from_iter_iovec()
293 left = copyin(to, buf, copy); in copy_page_from_iter_iovec()
312 left = copyin(to, buf, copy); in copy_page_from_iter_iovec()
321 left = copyin(to, buf, copy); in copy_page_from_iter_iovec()
768 copyin(addr + off, base, len), in _copy_from_iter()
970 copyin(p + off, base, len), in copy_page_from_iter_atomic()
/linux/drivers/sbus/char/
A Dopenprom.c60 static int copyin(struct openpromio __user *info, struct openpromio **opp_p) in copyin() function
302 bufsize = copyin(argp, &opp); in openprom_sunos_ioctl()
/linux/arch/m68k/fpsp040/
A Dskeleton.S431 | If you don't have copyin, use the local copy of the function below.
461 jsr copyin
/linux/drivers/net/ethernet/8390/
A Dpcnet_cs.c1328 static void copyin(void *dest, void __iomem *src, int c) in copyin() function
1374 copyin(hdr, xfer_start, sizeof(struct e8390_pkt_hdr)); in shmem_get_8390_hdr()
1392 copyin(buf, base + offset, semi_count); in shmem_block_input()
1397 copyin(buf, base + offset, count); in shmem_block_input()
/linux/Documentation/networking/
A Dkcm.rst237 operations on the TCP socket (for instance copyin and copyout of data is
/linux/Documentation/block/
A Dbiodoc.rst183 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

Completed in 19 milliseconds