Home
last modified time | relevance | path

Searched defs:from (Results 1 – 7 of 7) sorted by relevance

/lib/
Dusercopy.c11 unsigned long _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user()
33 unsigned long _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user()
61 int check_zeroed_user(const void __user *from, size_t size) in check_zeroed_user()
Diomap_copy.c20 const void *from, in __iowrite32_copy()
42 void __ioread32_copy(void *to, const void __iomem *from, size_t count) in __ioread32_copy()
64 const void *from, in __iowrite64_copy()
Dkfifo.c176 const void __user *from, unsigned int len, unsigned int off, in kfifo_copy_from_user()
210 int __kfifo_from_user(struct __kfifo *fifo, const void __user *from, in __kfifo_from_user()
499 int __kfifo_from_user_r(struct __kfifo *fifo, const void __user *from, in __kfifo_from_user_r()
Dtest_user_copy.c42 static bool is_zeroed(void *from, size_t size) in is_zeroed()
Diov_iter.c151 static int copyout(void __user *to, const void *from, size_t n) in copyout()
162 static int copyin(void *to, const void __user *from, size_t n) in copyin()
179 void *kaddr, *from; in copy_page_to_iter_iovec() local
625 static __wsum csum_and_memcpy(void *to, const void *from, size_t len, in csum_and_memcpy()
679 static int copyout_mc(void __user *to, const void *from, size_t n) in copyout_mc()
/lib/zlib_inflate/
Dinffast.c93 unsigned char *from; /* where to copy match from */ in inflate_fast() local
Dinflate.c341 unsigned char *from; /* where to copy match bytes from */ in zlib_inflate() local