Home
last modified time | relevance | path

Searched defs:to (Results 1 – 200 of 614) sorted by relevance

1234

/linux-4.4.14/arch/cris/include/arch-v32/arch/
Duaccess.h162 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
176 #define __asm_copy_from_user_1(to, from, ret) \ argument
185 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
197 #define __asm_copy_from_user_2(to, from, ret) \ argument
200 #define __asm_copy_from_user_3(to, from, ret) \ argument
208 #define __asm_copy_from_user_4x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
220 #define __asm_copy_from_user_4(to, from, ret) \ argument
223 #define __asm_copy_from_user_5(to, from, ret) \ argument
231 #define __asm_copy_from_user_6x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
242 #define __asm_copy_from_user_6(to, from, ret) \ argument
[all …]
/linux-4.4.14/arch/cris/include/arch-v10/arch/
Duaccess.h156 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
171 #define __asm_copy_from_user_1(to, from, ret) \ argument
179 #define __asm_copy_from_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
187 #define __asm_copy_from_user_2(to, from, ret) \ argument
190 #define __asm_copy_from_user_3(to, from, ret) \ argument
198 #define __asm_copy_from_user_4x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
206 #define __asm_copy_from_user_4(to, from, ret) \ argument
209 #define __asm_copy_from_user_5(to, from, ret) \ argument
217 #define __asm_copy_from_user_6x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
225 #define __asm_copy_from_user_6(to, from, ret) \ argument
[all …]
/linux-4.4.14/arch/metag/lib/
Dusercopy.c27 #define __asm_copy_user_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
45 #define __asm_copy_to_user_1(to, from, ret) \ argument
53 #define __asm_copy_to_user_2x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
61 #define __asm_copy_to_user_2(to, from, ret) \ argument
64 #define __asm_copy_to_user_3(to, from, ret) \ argument
72 #define __asm_copy_to_user_4x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
80 #define __asm_copy_to_user_4(to, from, ret) \ argument
83 #define __asm_copy_to_user_5(to, from, ret) \ argument
91 #define __asm_copy_to_user_6x_cont(to, from, ret, COPY, FIXUP, TENTRY) \ argument
99 #define __asm_copy_to_user_6(to, from, ret) \ argument
[all …]
/linux-4.4.14/arch/x86/lib/
Dusercopy_32.c71 clear_user(void __user *to, unsigned long n) in clear_user()
92 __clear_user(void __user *to, unsigned long n) in __clear_user()
101 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel()
205 __copy_user_zeroing_intel(void *to, const void __user *from, unsigned long size) in __copy_user_zeroing_intel()
301 static unsigned long __copy_user_zeroing_intel_nocache(void *to, in __copy_user_zeroing_intel_nocache()
395 static unsigned long __copy_user_intel_nocache(void *to, in __copy_user_intel_nocache()
498 #define __copy_user(to, from, size) \ argument
531 #define __copy_user_zeroing(to, from, size) \ argument
570 unsigned long __copy_to_user_ll(void __user *to, const void *from, in __copy_to_user_ll()
583 unsigned long __copy_from_user_ll(void *to, const void __user *from, in __copy_from_user_ll()
[all …]
Dmmx_32.c28 void *_mmx_memcpy(void *to, const void *from, size_t len) in _mmx_memcpy()
158 static void fast_copy_page(void *to, void *from) in fast_copy_page()
280 static void fast_copy_page(void *to, void *from) in fast_copy_page()
358 static void slow_copy_page(void *to, void *from) in slow_copy_page()
370 void mmx_copy_page(void *to, void *from) in mmx_copy_page()
Dusercopy_64.c49 unsigned long clear_user(void __user *to, unsigned long n) in clear_user()
57 unsigned long copy_in_user(void __user *to, const void __user *from, unsigned len) in copy_in_user()
72 copy_user_handle_tail(char *to, char *from, unsigned len) in copy_user_handle_tail()
Dusercopy.c18 copy_from_user_nmi(void *to, const void __user *from, unsigned long n) in copy_from_user_nmi()
Dmemcpy_32.c7 __visible void *memcpy(void *to, const void *from, size_t n) in memcpy()
/linux-4.4.14/arch/x86/include/asm/
Duaccess_32.h44 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) in __copy_to_user_inatomic()
87 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user()
94 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) in __copy_from_user_inatomic()
143 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user()
164 static __always_inline unsigned long __copy_from_user_nocache(void *to, in __copy_from_user_nocache()
187 __copy_from_user_inatomic_nocache(void *to, const void __user *from, in __copy_from_user_inatomic_nocache()
Dpage_32.h29 static inline void copy_page(void *to, void *from) in copy_page()
41 static inline void copy_page(void *to, void *from) in copy_page()
Dstring_32.h32 static __always_inline void *__memcpy(void *to, const void *from, size_t n) in __memcpy()
51 static __always_inline void *__constant_memcpy(void *to, const void *from, in __constant_memcpy()
154 static inline void *__constant_memcpy3d(void *to, const void *from, size_t len) in __constant_memcpy3d()
161 static inline void *__memcpy3d(void *to, const void *from, size_t len) in __memcpy3d()
Dasm.h47 # define _ASM_EXTABLE(from,to) \ argument
54 # define _ASM_EXTABLE_EX(from,to) \ argument
Dstring_64.h9 static __always_inline void *__inline_memcpy(void *to, const void *from, size_t n) in __inline_memcpy()
Dpage.h30 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, in copy_user_page()
/linux-4.4.14/arch/cris/include/asm/
Duaccess.h198 __generic_copy_to_user(void __user *to, const void *from, unsigned long n) in __generic_copy_to_user()
206 __generic_copy_from_user(void *to, const void __user *from, unsigned long n) in __generic_copy_from_user()
214 __generic_clear_user(void __user *to, unsigned long n) in __generic_clear_user()
242 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) in __constant_copy_from_user()
293 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) in __constant_copy_to_user()
344 __constant_clear_user(void __user *to, unsigned long n) in __constant_clear_user()
375 #define clear_user(to, n) \ argument
380 #define copy_from_user(to, from, n) \ argument
385 #define copy_to_user(to, from, n) \ argument
395 __generic_copy_from_user_nocheck(void *to, const void __user *from, in __generic_copy_from_user_nocheck()
[all …]
Dpage.h13 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) argument
16 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
/linux-4.4.14/arch/s390/lib/
Duaccess.c105 unsigned long __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user()
178 unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user()
186 static inline unsigned long copy_in_user_mvcos(void __user *to, const void __user *from, in copy_in_user_mvcos()
209 static inline unsigned long copy_in_user_mvc(void __user *to, const void __user *from, in copy_in_user_mvc()
241 unsigned long __copy_in_user(void __user *to, const void __user *from, unsigned long n) in __copy_in_user()
249 static inline unsigned long clear_user_mvcos(void __user *to, unsigned long size) in clear_user_mvcos()
277 static inline unsigned long clear_user_xc(void __user *to, unsigned long size) in clear_user_xc()
313 unsigned long __clear_user(void __user *to, unsigned long size) in __clear_user()
/linux-4.4.14/arch/mips/include/asm/
Duaccess.h813 #define __invoke_copy_to_user(to, from, n) \ argument
831 #define __invoke_copy_to_kernel(to, from, n) \ argument
851 #define __copy_to_user(to, from, n) \ argument
872 #define __copy_to_user_inatomic(to, from, n) \ argument
890 #define __copy_from_user_inatomic(to, from, n) \ argument
924 #define copy_to_user(to, from, n) \ argument
950 #define __invoke_copy_from_user(to, from, n) \ argument
973 #define __invoke_copy_from_kernel(to, from, n) \ argument
977 #define ___invoke_copy_in_user(to, from, n) \ argument
981 #define ___invoke_copy_in_kernel(to, from, n) \ argument
[all …]
/linux-4.4.14/arch/m68k/include/asm/
Duaccess_no.h130 #define copy_from_user(to, from, n) (memcpy(to, from, n), 0) argument
131 #define copy_to_user(to, from, n) (memcpy(to, from, n), 0) argument
133 #define __copy_from_user(to, from, n) copy_from_user(to, from, n) argument
134 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) argument
138 #define copy_to_user_ret(to,from,n,retval) ({ if (copy_to_user(to,from,n)) return retval; }) argument
140 #define copy_from_user_ret(to,from,n,retval) ({ if (copy_from_user(to,from,n)) return retval; }) argument
173 __clear_user(void *to, unsigned long n) in __clear_user()
179 #define clear_user(to,n) __clear_user(to,n) argument
Duaccess_mm.h205 #define __constant_copy_from_user_asm(res, to, from, tmp, n, s1, s2, s3)\ argument
239 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) in __constant_copy_from_user()
285 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
320 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) in __constant_copy_to_user()
366 #define __copy_from_user(to, from, n) \ argument
371 #define __copy_to_user(to, from, n) \ argument
379 #define copy_from_user(to, from, n) __copy_from_user(to, from, n) argument
380 #define copy_to_user(to, from, n) __copy_to_user(to, from, n) argument
Dpage_mm.h16 static inline void copy_page(void *to, void *from) in copy_page()
55 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) argument
62 #define copy_user_page(to, from, vaddr, page) \ argument
Dpage_no.h13 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) argument
16 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
/linux-4.4.14/arch/blackfin/include/asm/
Duaccess.h166 #define __copy_from_user(to, from, n) copy_from_user(to, from, n) argument
167 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) argument
171 #define copy_to_user_ret(to, from, n, retval) ({ if (copy_to_user(to, from, n))\ argument
174 #define copy_from_user_ret(to, from, n, retval) ({ if (copy_from_user(to, from, n))\ argument
178 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user()
188 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user()
243 __clear_user(void __user *to, unsigned long n) in __clear_user()
251 #define clear_user(to, n) __clear_user(to, n) argument
/linux-4.4.14/arch/powerpc/lib/
Dusercopy_64.c12 unsigned long copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user()
21 unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user()
28 unsigned long copy_in_user(void __user *to, const void __user *from, in copy_in_user()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_format.c139 xfs_dir2_inou_t *to, in xfs_dir2_sf_put_ino()
454 struct xfs_dir3_icleaf_hdr *to, in xfs_dir2_leaf_hdr_from_disk()
469 struct xfs_dir2_leaf *to, in xfs_dir2_leaf_hdr_to_disk()
484 struct xfs_dir3_icleaf_hdr *to, in xfs_dir3_leaf_hdr_from_disk()
501 struct xfs_dir2_leaf *to, in xfs_dir3_leaf_hdr_to_disk()
534 struct xfs_da3_icnode_hdr *to, in xfs_da2_node_hdr_from_disk()
547 struct xfs_da_intnode *to, in xfs_da2_node_hdr_to_disk()
560 struct xfs_da3_icnode_hdr *to, in xfs_da3_node_hdr_from_disk()
575 struct xfs_da_intnode *to, in xfs_da3_node_hdr_to_disk()
658 struct xfs_dir3_icfree_hdr *to, in xfs_dir2_free_hdr_from_disk()
[all …]
Dxfs_sb.c352 struct xfs_sb *to, in __xfs_sb_from_disk()
427 struct xfs_sb *to, in xfs_sb_from_disk()
435 struct xfs_dsb *to, in xfs_sb_quota_to_disk()
494 struct xfs_dsb *to, in xfs_sb_to_disk()
Dxfs_inode_buf.c199 xfs_icdinode_t *to, in xfs_dinode_from_disk()
246 xfs_dinode_t *to, in xfs_dinode_to_disk()
/linux-4.4.14/arch/mn10300/include/asm/
Duaccess.h295 #define __copy_user(to, from, size) \ argument
323 #define __copy_user_zeroing(to, from, size) \ argument
363 unsigned long __generic_copy_from_user_nocheck(void *to, const void *from, in __generic_copy_from_user_nocheck()
371 unsigned long __generic_copy_to_user_nocheck(void *to, const void *from, in __generic_copy_to_user_nocheck()
467 #define __copy_to_user_inatomic(to, from, n) \ argument
469 #define __copy_from_user_inatomic(to, from, n) \ argument
472 #define __copy_to_user(to, from, n) \ argument
478 #define __copy_from_user(to, from, n) \ argument
485 #define copy_to_user(to, from, n) __generic_copy_to_user((to), (from), (n)) argument
486 #define copy_from_user(to, from, n) __generic_copy_from_user((to), (from), (n)) argument
Dpage.h30 #define copy_page(to, from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) argument
33 #define copy_user_page(vto, vfrom, vaddr, to) copy_page(vto, vfrom) argument
/linux-4.4.14/arch/frv/include/asm/
Duaccess.h267 #define __copy_from_user_inatomic(to, from, n) __memcpy_user((to), ____force(from), (n)) argument
268 #define __copy_to_user_inatomic(to, from, n) __memcpy_user(____force(to), (from), (n)) argument
273 #define __copy_from_user_inatomic(to, from, n) (memcpy((to), ____force(from), (n)), 0) argument
274 #define __copy_to_user_inatomic(to, from, n) (memcpy(____force(to), (from), (n)), 0) argument
281 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user()
288 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user()
294 static inline long copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user()
307 static inline long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user()
/linux-4.4.14/arch/microblaze/include/asm/
Duaccess.h126 static inline unsigned long __must_check __clear_user(void __user *to, in __clear_user()
145 static inline unsigned long __must_check clear_user(void __user *to, in clear_user()
367 #define __copy_from_user(to, from, n) \ argument
370 #define __copy_from_user_inatomic(to, from, n) \ argument
373 static inline long copy_from_user(void *to, in copy_from_user()
382 #define __copy_to_user(to, from, n) \ argument
385 #define __copy_to_user_inatomic(to, from, n) __copy_to_user((to), (from), (n)) argument
387 static inline long copy_to_user(void __user *to, in copy_to_user()
/linux-4.4.14/arch/m68k/lib/
Duaccess.c10 unsigned long __generic_copy_from_user(void *to, const void __user *from, in __generic_copy_from_user()
62 unsigned long __generic_copy_to_user(void __user *to, const void *from, in __generic_copy_to_user()
110 unsigned long __clear_user(void __user *to, unsigned long n) in __clear_user()
Dmemcpy.c10 void *memcpy(void *to, const void *from, size_t n) in memcpy()
/linux-4.4.14/arch/score/include/asm/
Duaccess.h299 copy_from_user(void *to, const void *from, unsigned long len) in copy_from_user()
314 copy_to_user(void *to, const void *from, unsigned long len) in copy_to_user()
328 #define __copy_from_user(to, from, len) \ argument
331 #define __copy_to_user(to, from, len) \ argument
335 __copy_to_user_inatomic(void *to, const void *from, unsigned long len) in __copy_to_user_inatomic()
341 __copy_from_user_inatomic(void *to, const void *from, unsigned long len) in __copy_from_user_inatomic()
346 #define __copy_in_user(to, from, len) __copy_from_user(to, from, len) argument
349 copy_in_user(void *to, const void *from, unsigned long len) in copy_in_user()
/linux-4.4.14/arch/mn10300/lib/
Dusercopy.c15 __generic_copy_to_user(void *to, const void *from, unsigned long n) in __generic_copy_to_user()
23 __generic_copy_from_user(void *to, const void *from, unsigned long n) in __generic_copy_from_user()
116 __clear_user(void *to, unsigned long n) in __clear_user()
123 clear_user(void *to, unsigned long n) in clear_user()
/linux-4.4.14/arch/arc/mm/
Dextable.c30 long arc_copy_from_user_noinline(void *to, const void __user *from, in arc_copy_from_user_noinline()
37 long arc_copy_to_user_noinline(void __user *to, const void *from, in arc_copy_to_user_noinline()
44 unsigned long arc_clear_user_noinline(void __user *to, in arc_clear_user_noinline()
/linux-4.4.14/arch/sparc/lib/
Duser_fixup.c35 unsigned long copy_from_user_fixup(void *to, const void __user *from, unsigned long size) in copy_from_user_fixup()
47 unsigned long copy_to_user_fixup(void __user *to, const void *from, unsigned long size) in copy_to_user_fixup()
55 unsigned long copy_in_user_fixup(void __user *to, void __user *from, unsigned long size) in copy_in_user_fixup()
/linux-4.4.14/tools/virtio/linux/
Duaccess.h28 static void volatile_memcpy(volatile char *to, const volatile char *from, in volatile_memcpy()
35 static inline int copy_from_user(void *to, const void __user volatile *from, in copy_from_user()
43 static inline int copy_to_user(void __user volatile *to, const void *from, in copy_to_user()
/linux-4.4.14/include/asm-generic/
Duaccess.h79 static inline __must_check long __copy_from_user(void *to, in __copy_from_user()
109 static inline __must_check long __copy_to_user(void __user *to, in __copy_to_user()
257 static inline long copy_from_user(void *to, in copy_from_user()
267 static inline long copy_to_user(void __user *to, in copy_to_user()
331 __clear_user(void __user *to, unsigned long n) in __clear_user()
339 clear_user(void __user *to, unsigned long n) in clear_user()
Dpage.h31 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) argument
34 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
/linux-4.4.14/arch/ia64/include/asm/
Duaccess.h242 __copy_to_user (void __user *to, const void *from, unsigned long count) in __copy_to_user()
248 __copy_from_user (void *to, const void __user *from, unsigned long count) in __copy_from_user()
255 #define copy_to_user(to, from, n) \ argument
266 #define copy_from_user(to, from, n) \ argument
278 #define __copy_in_user(to, from, size) __copy_user((to), (from), (size)) argument
281 copy_in_user (void __user *to, const void __user *from, unsigned long n) in copy_in_user()
290 #define __clear_user(to, n) __do_clear_user(to, n) argument
292 #define clear_user(to, n) \ argument
307 #define strncpy_from_user(to, from, n) \ argument
Dsiginfo.h14 copy_siginfo (siginfo_t *to, siginfo_t *from) in copy_siginfo()
Dnuma.h62 #define node_distance(from,to) (numa_slit[(from) * MAX_NUMNODES + (to)]) argument
/linux-4.4.14/arch/m32r/include/asm/
Duaccess.h429 #define __copy_user(to, from, size) \ argument
486 #define __copy_user_zeroing(to, from, size) \ argument
553 static inline unsigned long __generic_copy_from_user_nocheck(void *to, in __generic_copy_from_user_nocheck()
560 static inline unsigned long __generic_copy_to_user_nocheck(void __user *to, in __generic_copy_to_user_nocheck()
585 #define __copy_to_user(to, from, n) \ argument
605 #define copy_to_user(to, from, n) \ argument
628 #define __copy_from_user(to, from, n) \ argument
648 #define copy_from_user(to, from, n) \ argument
/linux-4.4.14/arch/m32r/lib/
Dusercopy.c15 __generic_copy_to_user(void __user *to, const void *from, unsigned long n) in __generic_copy_to_user()
24 __generic_copy_from_user(void *to, const void __user *from, unsigned long n) in __generic_copy_from_user()
224 clear_user(void __user *to, unsigned long n) in clear_user()
232 __clear_user(void __user *to, unsigned long n) in __clear_user()
/linux-4.4.14/arch/arm/mm/
Dcopypage-v6.c33 static void v6_copy_user_highpage_nonaliasing(struct page *to, in v6_copy_user_highpage_nonaliasing()
72 static void v6_copy_user_highpage_aliasing(struct page *to, in v6_copy_user_highpage_aliasing()
108 unsigned long to = COPYPAGE_V6_TO + (CACHE_COLOUR(vaddr) << PAGE_SHIFT); in v6_clear_user_highpage_aliasing() local
Dcopypage-xscale.c40 mc_copy_user_page(void *from, void *to) in mc_copy_user_page()
87 void xscale_mc_copy_user_highpage(struct page *to, struct page *from, in xscale_mc_copy_user_highpage()
Dcopypage-v4mc.c44 mc_copy_user_page(void *from, void *to) in mc_copy_user_page()
67 void v4_mc_copy_user_highpage(struct page *to, struct page *from, in v4_mc_copy_user_highpage()
Dcopypage-xsc3.c73 void xsc3_mc_copy_user_highpage(struct page *to, struct page *from, in xsc3_mc_copy_user_highpage()
Dcopypage-feroceon.c70 void feroceon_copy_user_highpage(struct page *to, struct page *from, in feroceon_copy_user_highpage()
Dcopypage-v4wt.c46 void v4wt_copy_user_highpage(struct page *to, struct page *from, in v4wt_copy_user_highpage()
Dcopypage-v4wb.c50 void v4wb_copy_user_highpage(struct page *to, struct page *from, in v4wb_copy_user_highpage()
Dcopypage-fa.c42 void fa_copy_user_highpage(struct page *to, struct page *from, in fa_copy_user_highpage()
Dflush.c43 unsigned long to = FLUSH_ALIAS_START + (CACHE_COLOUR(vaddr) << PAGE_SHIFT); in flush_pfn_alias() local
59 unsigned long to; in flush_icache_alias() local
/linux-4.4.14/arch/metag/include/asm/
Duaccess.h205 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user()
212 #define __copy_from_user(to, from, n) __copy_user_zeroing(to, from, n) argument
219 static inline unsigned long copy_to_user(void __user *to, const void *from, in copy_to_user()
227 #define __copy_to_user(to, from, n) __copy_user(to, from, n) argument
237 static inline unsigned long clear_user(void __user *to, unsigned long n) in clear_user()
244 #define __clear_user(to, n) __do_clear_user(to, n) argument
/linux-4.4.14/include/linux/
Dhwspinlock.h108 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout()
217 unsigned int to, unsigned long *flags) in hwspin_lock_timeout_irqsave()
240 int hwspin_lock_timeout_irq(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_irq()
265 int hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout()
Duaccess.h64 static inline unsigned long __copy_from_user_inatomic_nocache(void *to, in __copy_from_user_inatomic_nocache()
70 static inline unsigned long __copy_from_user_nocache(void *to, in __copy_from_user_nocache()
Duidgid.h152 static inline uid_t from_kuid(struct user_namespace *to, kuid_t kuid) in from_kuid()
157 static inline gid_t from_kgid(struct user_namespace *to, kgid_t kgid) in from_kgid()
162 static inline uid_t from_kuid_munged(struct user_namespace *to, kuid_t kuid) in from_kuid_munged()
170 static inline gid_t from_kgid_munged(struct user_namespace *to, kgid_t kgid) in from_kgid_munged()
Dprojid.h69 static inline projid_t from_kprojid(struct user_namespace *to, kprojid_t kprojid) in from_kprojid()
74 static inline projid_t from_kprojid_munged(struct user_namespace *to, kprojid_t kprojid) in from_kprojid_munged()
Dparser.h25 char *to; member
Dhighmem.h225 static inline void copy_user_highpage(struct page *to, struct page *from, in copy_user_highpage()
239 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage()
Dassoc_array_priv.h95 struct assoc_array_ptr *to; member
99 u8 to; member
/linux-4.4.14/drivers/mtd/maps/
Ddc21285.c75 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in dc21285_copy_from()
105 static void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t le… in dc21285_copy_to_32()
117 static void dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t le… in dc21285_copy_to_16()
129 static void dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) in dc21285_copy_to_8()
Dmap_funcs.c22 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize… in simple_map_copy_from()
27 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, s… in simple_map_copy_to()
Dpcmciamtd.c83 static caddr_t remap_window(struct map_info *map, unsigned long to) in remap_window()
138 static void pcmcia_copy_from_remap(struct map_info *map, void *to, unsigned long from, ssize_t len) in pcmcia_copy_from_remap()
187 static void pcmcia_copy_to_remap(struct map_info *map, unsigned long to, const void *from, ssize_t … in pcmcia_copy_to_remap()
247 static void pcmcia_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in pcmcia_copy_from()
285 static void pcmcia_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) in pcmcia_copy_to()
Dsbc_gxx.c124 static void sbc_gxx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in sbc_gxx_copy_from()
149 static void sbc_gxx_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) in sbc_gxx_copy_to()
Dlantiq-flash.c83 ltq_copy_from(struct map_info *map, void *to, in ltq_copy_from()
97 ltq_copy_to(struct map_info *map, unsigned long to, in ltq_copy_to()
Dbfin-async-flash.c86 static void bfin_flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in bfin_flash_copy_from()
112 static void bfin_flash_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t le… in bfin_flash_copy_to()
Dgpio-addr-flash.c105 static void gf_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in gf_copy_from()
151 static void gf_copy_to(struct map_info *map, unsigned long to, in gf_copy_to()
Dpci.c56 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len) in mtd_pci_copyfrom()
74 static void mtd_pci_copyto(struct map_info *_map, unsigned long to, const void *from, ssize_t len) in mtd_pci_copyto()
Dplat-ram.c68 static inline void platram_setrw(struct platram_info *info, int to) in platram_setrw()
/linux-4.4.14/arch/alpha/include/asm/
Duaccess.h358 __copy_tofrom_user_nocheck(void *to, const void *from, long len) in __copy_tofrom_user_nocheck()
375 __copy_tofrom_user(void *to, const void *from, long len, const void __user *validate) in __copy_tofrom_user()
382 #define __copy_to_user(to, from, n) \ argument
387 #define __copy_from_user(to, from, n) \ argument
398 copy_to_user(void __user *to, const void *from, long n) in copy_to_user()
404 copy_from_user(void *to, const void __user *from, long n) in copy_from_user()
412 __clear_user(void __user *to, long len) in __clear_user()
426 clear_user(void __user *to, long len) in clear_user()
/linux-4.4.14/arch/um/kernel/skas/
Duaccess.c135 unsigned long *to_ptr = arg, to = *to_ptr; in copy_chunk_from_user() local
142 long __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user()
153 static int copy_chunk_to_user(unsigned long to, int len, void *arg) in copy_chunk_to_user()
162 long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user()
175 char **to_ptr = arg, *to = *to_ptr; in strncpy_chunk_from_user() local
/linux-4.4.14/arch/sh/include/asm/
Duaccess.h115 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user()
121 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user()
148 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user()
160 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user()
205 unsigned long (*to)(void __user *dst, const void *src, unsigned long cnt); member
Ddma.h115 #define dma_write(chan, from, to, size) \ argument
117 #define dma_write_page(chan, from, to) \ argument
120 #define dma_read(chan, from, to, size) \ argument
122 #define dma_read_page(chan, from, to) \ argument
/linux-4.4.14/arch/x86/kernel/
Dsignal_compat.c4 int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from) in copy_siginfo_to_user32()
75 int copy_siginfo_from_user32(siginfo_t *to, compat_siginfo_t __user *from) in copy_siginfo_from_user32()
Dsetup_percpu.c137 static int __init pcpu_cpu_distance(unsigned int from, unsigned int to) in pcpu_cpu_distance()
/linux-4.4.14/block/
Dbounce.c53 static void bounce_copy_vec(struct bio_vec *to, unsigned char *vfrom) in bounce_copy_vec()
67 #define bounce_copy_vec(to, vfrom) \ argument
102 static void copy_to_high_bio_irq(struct bio *to, struct bio *from) in copy_to_high_bio_irq()
187 struct bio_vec *to, from; in __blk_queue_bounce() local
/linux-4.4.14/arch/arm64/kernel/
Dio.c26 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) in __memcpy_fromio()
55 void __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) in __memcpy_toio()
/linux-4.4.14/lib/
Diomap_copy.c31 void __attribute__((weak)) __iowrite32_copy(void __iomem *to, in __iowrite32_copy()
54 void __attribute__((weak)) __iowrite64_copy(void __iomem *to, in __iowrite64_copy()
Diov_iter.c225 void *kaddr, *to; in copy_page_from_iter_iovec() local
365 static void memcpy_from_page(char *to, struct page *page, size_t offset, size_t len) in memcpy_from_page()
374 char *to = kmap_atomic(page); in memcpy_to_page() local
409 char *to = addr; in copy_from_iter() local
430 char *to = addr; in copy_from_iter_nocache() local
666 char *to = addr; in csum_and_copy_from_iter() local
Dstring_helpers.c310 unsigned char to; in escape_space() local
346 unsigned char to; in escape_special() local
Dkfifo.c249 static unsigned long kfifo_copy_to_user(struct __kfifo *fifo, void __user *to, in kfifo_copy_to_user()
283 int __kfifo_to_user(struct __kfifo *fifo, void __user *to, in __kfifo_to_user()
536 int __kfifo_to_user_r(struct __kfifo *fifo, void __user *to, in __kfifo_to_user_r()
/linux-4.4.14/arch/s390/include/asm/
Duaccess.h139 #define __put_get_user_asm(to, from, size, spec) \ argument
278 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user()
308 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user()
324 copy_in_user(void __user *to, const void __user *from, unsigned long n) in copy_in_user()
373 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user()
Dpage.h47 static inline void copy_page(void *to, void *from) in copy_page()
60 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
/linux-4.4.14/net/dccp/
Doptions.c269 void dccp_encode_value_var(const u64 value, u8 *to, const u8 len) in dccp_encode_value_var()
295 unsigned char *to; in dccp_insert_option() local
360 unsigned char *to; in dccp_insert_option_timestamp_echo() local
410 unsigned char *to; in dccp_insert_option_ackvec() local
507 u8 tot_len, *to; in dccp_insert_fn_opt() local
/linux-4.4.14/arch/powerpc/include/asm/
Duaccess.h323 static inline unsigned long copy_from_user(void *to, in copy_from_user()
338 static inline unsigned long copy_to_user(void __user *to, in copy_to_user()
355 #define __copy_in_user(to, from, size) \ argument
367 static inline unsigned long __copy_from_user_inatomic(void *to, in __copy_from_user_inatomic()
393 static inline unsigned long __copy_to_user_inatomic(void __user *to, in __copy_to_user_inatomic()
419 static inline unsigned long __copy_from_user(void *to, in __copy_from_user()
426 static inline unsigned long __copy_to_user(void __user *to, in __copy_to_user()
/linux-4.4.14/arch/nios2/include/asm/
Duaccess.h71 static inline unsigned long __must_check __clear_user(void __user *to, in __clear_user()
90 static inline unsigned long __must_check clear_user(void __user *to, in clear_user()
102 static inline long copy_from_user(void *to, const void __user *from, in copy_from_user()
110 static inline long copy_to_user(void __user *to, const void *from, in copy_to_user()
/linux-4.4.14/arch/sh/kernel/
Dio.c19 void memcpy_fromio(void *to, const volatile void __iomem *from, unsigned long count) in memcpy_fromio()
82 void memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count) in memcpy_toio()
/linux-4.4.14/arch/c6x/include/asm/
Duaccess.h25 static inline __must_check long __copy_from_user(void *to, in __copy_from_user()
61 static inline __must_check long __copy_to_user(void __user *to, in __copy_to_user()
/linux-4.4.14/arch/sh/mm/
Dnommu.c22 void copy_page(void *to, void *from) in copy_page()
27 __kernel_size_t __copy_user(void *to, const void *from, __kernel_size_t n) in __copy_user()
33 __kernel_size_t __clear_user(void *to, __kernel_size_t n) in __clear_user()
/linux-4.4.14/net/bridge/
Dbr_forward.c79 static void __br_deliver(const struct net_bridge_port *to, struct sk_buff *skb) in __br_deliver()
105 static void __br_forward(const struct net_bridge_port *to, struct sk_buff *skb) in __br_forward()
130 void br_deliver(const struct net_bridge_port *to, struct sk_buff *skb) in br_deliver()
142 void br_forward(const struct net_bridge_port *to, struct sk_buff *skb, struct sk_buff *skb0) in br_forward()
/linux-4.4.14/fs/jfs/
Djfs_unicode.c32 int jfs_strfromUCS_le(char *to, const __le16 * from, in jfs_strfromUCS_le()
82 static int jfs_strtoUCS(wchar_t * to, const unsigned char *from, int len, in jfs_strtoUCS()
/linux-4.4.14/net/atm/
Datm_misc.c87 void sonet_copy_stats(struct k_sonet_stats *from, struct sonet_stats *to) in sonet_copy_stats()
95 void sonet_subtract_stats(struct k_sonet_stats *from, struct sonet_stats *to) in sonet_subtract_stats()
Dresources.c161 struct atm_aal_stats *to) in copy_aal_stats()
169 struct atm_aal_stats *to) in subtract_aal_stats()
/linux-4.4.14/arch/arm64/include/asm/
Duaccess.h255 static inline unsigned long __must_check copy_from_user(void *to, const void __user *from, unsigned… in copy_from_user()
264 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned l… in copy_to_user()
271 static inline unsigned long __must_check copy_in_user(void __user *to, const void __user *from, uns… in copy_in_user()
281 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user()
Dpage.h51 #define copy_user_page(to,from,vaddr,pg) __cpu_copy_user_page(to, from, vaddr) argument
/linux-4.4.14/arch/tile/include/asm/
Duaccess.h360 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user()
367 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user()
403 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user()
410 _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user()
428 static inline unsigned long __must_check copy_from_user(void *to, in copy_from_user()
465 __copy_in_user(void __user *to, const void __user *from, unsigned long n) in __copy_in_user()
472 copy_in_user(void __user *to, const void __user *from, unsigned long n) in copy_in_user()
Dpage.h64 static inline void copy_page(void *to, void *from) in copy_page()
75 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, in copy_user_page()
/linux-4.4.14/net/sunrpc/
Dsocklib.c29 size_t xdr_skb_read_bits(struct xdr_skb_reader *desc, void *to, size_t len) in xdr_skb_read_bits()
49 static size_t xdr_skb_read_and_csum_bits(struct xdr_skb_reader *desc, void *to, size_t len) in xdr_skb_read_and_csum_bits()
/linux-4.4.14/arch/arm/kernel/
Dio.c44 void _memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) in _memcpy_fromio()
60 void _memcpy_toio(volatile void __iomem *to, const void *from, size_t count) in _memcpy_toio()
/linux-4.4.14/arch/hexagon/include/asm/
Duaccess.h76 #define __copy_from_user(to, from, n) __copy_from_user_hexagon(to, from, n) argument
77 #define __copy_to_user(to, from, n) __copy_to_user_hexagon(to, from, n) argument
Dpage.h129 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) argument
135 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
/linux-4.4.14/arch/arm/include/asm/
Duaccess.h497 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user()
511 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user()
538 #define __copy_from_user(to, from, n) (memcpy(to, (void __force *)from, n), 0) argument
539 #define __copy_to_user(to, from, n) (memcpy((void __force *)to, from, n), 0) argument
543 static inline unsigned long __must_check copy_from_user(void *to, const void __user *from, unsigned… in copy_from_user()
552 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned l… in copy_to_user()
562 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user()
Dpage-nommu.h24 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) argument
27 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
Dio.h324 static inline void memcpy_fromio(void *to, const volatile void __iomem *from, in memcpy_fromio()
330 #define memcpy_fromio(to,from,count) memcpy_fromio(to,from,count) argument
332 static inline void memcpy_toio(volatile void __iomem *to, const void *from, in memcpy_toio()
338 #define memcpy_toio(to,from,count) memcpy_toio(to,from,count) argument
Dpage.h139 #define copy_user_highpage(to,from,vaddr,vma) \ argument
/linux-4.4.14/net/core/
Ddev_addr_lists.c537 int dev_uc_sync(struct net_device *to, struct net_device *from) in dev_uc_sync()
567 int dev_uc_sync_multiple(struct net_device *to, struct net_device *from) in dev_uc_sync_multiple()
592 void dev_uc_unsync(struct net_device *to, struct net_device *from) in dev_uc_unsync()
758 int dev_mc_sync(struct net_device *to, struct net_device *from) in dev_mc_sync()
788 int dev_mc_sync_multiple(struct net_device *to, struct net_device *from) in dev_mc_sync_multiple()
813 void dev_mc_unsync(struct net_device *to, struct net_device *from) in dev_mc_unsync()
Dutils.c304 __be32 from, __be32 to, bool pseudohdr) in inet_proto_csum_replace4()
320 const __be32 *from, const __be32 *to, in inet_proto_csum_replace16()
Ddatagram.c356 struct iov_iter *to, int len) in skb_copy_datagram_iter()
570 struct iov_iter *to, int len, in skb_copy_and_csum_datagram()
/linux-4.4.14/arch/mips/cavium-octeon/
Dflash_setup.c49 static void octeon_flash_map_copy_from(struct map_info *map, void *to, in octeon_flash_map_copy_from()
57 static void octeon_flash_map_copy_to(struct map_info *map, unsigned long to, in octeon_flash_map_copy_to()
/linux-4.4.14/fs/nilfs2/
Ddir.c78 static int nilfs_prepare_chunk(struct page *page, unsigned from, unsigned to) in nilfs_prepare_chunk()
86 unsigned from, unsigned to) in nilfs_commit_chunk()
414 unsigned to = from + nilfs_rec_len_from_disk(de->rec_len); in nilfs_set_link() local
444 unsigned from, to; in nilfs_add_link() local
537 unsigned to = ((char *)dir - kaddr) + in nilfs_delete_entry() local
/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-flash.c58 static void flash_copy_from(struct map_info *map, void *to, in flash_copy_from()
76 static void flash_copy_to(struct map_info *map, unsigned long to, in flash_copy_to()
/linux-4.4.14/arch/arm/lib/
Duaccess_with_memcpy.c89 __copy_to_user_memcpy(void __user *to, const void *from, unsigned long n) in __copy_to_user_memcpy()
142 arm_copy_to_user(void __user *to, const void *from, unsigned long n) in arm_copy_to_user()
/linux-4.4.14/arch/openrisc/include/asm/
Duaccess.h265 #define __copy_from_user(to, from, size) \ argument
267 #define __copy_to_user(to, from, size) \ argument
274 copy_from_user(void *to, const void *from, unsigned long n) in copy_from_user()
288 copy_to_user(void *to, const void *from, unsigned long n) in copy_to_user()
Dpage.h47 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) argument
50 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
/linux-4.4.14/arch/sparc/include/asm/
Duaccess_32.h314 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user()
322 static inline unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user()
327 static inline unsigned long copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user()
335 static inline unsigned long __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user()
Duaccess_64.h251 copy_from_user(void *to, const void __user *from, unsigned long size) in copy_from_user()
268 copy_to_user(void __user *to, const void *from, unsigned long size) in copy_to_user()
284 copy_in_user(void __user *to, void __user *from, unsigned long size) in copy_in_user()
/linux-4.4.14/drivers/isdn/hisax/
Djade.c27 int to = 50; in JadeVersion() local
52 int to = 50; in jade_write_indirect() local
Dhscx_irq.c19 int to = 50; in waitforCEC() local
33 int to = 50; in waitforXFW() local
Dhfc_2bs0.c24 int to = 130; in WaitForBusy() local
43 int to = 125; in WaitNoBusy() local
/linux-4.4.14/arch/um/include/asm/
Dpage.h29 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) argument
32 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
44 #define pte_copy(to, from) ({ (to).pte_high = (from).pte_high; \ argument
75 #define pte_copy(to, from) ((to).pte = (from).pte) argument
/linux-4.4.14/fs/
Dselect.c272 int poll_select_set_timeout(struct timespec *to, long sec, long nsec) in poll_select_set_timeout()
401 ktime_t expire, *to = NULL; in do_select() local
625 struct timespec end_time, *to = NULL; in SYSCALL_DEFINE5() local
651 struct timespec ts, end_time, *to = NULL; in do_pselect() local
785 ktime_t expire, *to = NULL; in do_poll() local
939 struct timespec *to = NULL, end_time; in do_restart_poll() local
960 struct timespec end_time, *to = NULL; in SYSCALL_DEFINE3() local
996 struct timespec ts, end_time, *to = NULL; in SYSCALL_DEFINE5() local
/linux-4.4.14/arch/parisc/kernel/
Dsignal32.c278 copy_siginfo_from_user32 (siginfo_t *to, compat_siginfo_t __user *from) in copy_siginfo_from_user32()
322 copy_siginfo_to_user32 (compat_siginfo_t __user *to, const siginfo_t *from) in copy_siginfo_to_user32()
/linux-4.4.14/arch/powerpc/kernel/
Dsignal_32.c264 unsigned long copy_fpr_to_user(void __user *to, in copy_fpr_to_user()
292 unsigned long copy_vsx_to_user(void __user *to, in copy_vsx_to_user()
318 unsigned long copy_transact_fpr_to_user(void __user *to, in copy_transact_fpr_to_user()
346 unsigned long copy_transact_vsx_to_user(void __user *to, in copy_transact_vsx_to_user()
372 inline unsigned long copy_fpr_to_user(void __user *to, in copy_fpr_to_user()
387 inline unsigned long copy_transact_fpr_to_user(void __user *to, in copy_transact_fpr_to_user()
976 int copy_siginfo_from_user32(siginfo_t *to, struct compat_siginfo __user *from) in copy_siginfo_from_user32()
/linux-4.4.14/arch/tile/kernel/
Dcompat_signal.c52 int copy_siginfo_to_user32(struct compat_siginfo __user *to, const siginfo_t *from) in copy_siginfo_to_user32()
109 int copy_siginfo_from_user32(siginfo_t *to, struct compat_siginfo __user *from) in copy_siginfo_from_user32()
/linux-4.4.14/arch/arm/mach-omap2/
Dpm44xx.c47 const char *to; member
192 struct clockdomain *from, *to; in omap4plus_init_static_deps() local
/linux-4.4.14/fs/hostfs/
Dhostfs_user.c277 int make_symlink(const char *from, const char *to) in make_symlink()
327 int link_file(const char *to, const char *from) in link_file()
349 int rename_file(char *from, char *to) in rename_file()
359 int rename2_file(char *from, char *to, unsigned int flags) in rename2_file()
/linux-4.4.14/arch/x86/realmode/rm/
Drealmode.h12 #define LJMPW_RM(to) .byte 0xea ; .word (to), real_mode_seg argument
/linux-4.4.14/arch/ia64/lib/
Dio.c10 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) in memcpy_fromio()
25 void memcpy_toio(volatile void __iomem *to, const void *from, long count) in memcpy_toio()
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_io.c75 void *to = NULL; in ft_queue_data_in() local
225 void *to; in ft_recv_write_data() local
/linux-4.4.14/fs/bfs/
Dfile.c32 static int bfs_move_block(unsigned long from, unsigned long to, in bfs_move_block()
162 static void bfs_write_failed(struct address_space *mapping, loff_t to) in bfs_write_failed()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-queue.c89 struct ivtv_queue *to, int clear) in ivtv_queue_move_buf()
123 struct ivtv_queue *to, int needed_bytes) in ivtv_queue_move()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_context.c600 struct intel_context *to) in should_skip_switch()
613 needs_pd_load_pre(struct intel_engine_cs *ring, struct intel_context *to) in needs_pd_load_pre()
630 needs_pd_load_post(struct intel_engine_cs *ring, struct intel_context *to, in needs_pd_load_post()
652 struct intel_context *to = req->ctx; in do_switch() local
/linux-4.4.14/fs/ubifs/
Dkey.h423 union ubifs_key *to) in key_read()
438 const union ubifs_key *from, void *to) in key_write()
454 const union ubifs_key *from, void *to) in key_write_idx()
469 const union ubifs_key *from, union ubifs_key *to) in key_copy()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_pio_copy.c45 void qib_pio_copy(void __iomem *to, const void *from, size_t count) in qib_pio_copy()
/linux-4.4.14/fs/coda/
Dfile.c30 coda_file_read_iter(struct kiocb *iocb, struct iov_iter *to) in coda_file_read_iter()
62 coda_file_write_iter(struct kiocb *iocb, struct iov_iter *to) in coda_file_write_iter()
/linux-4.4.14/arch/um/kernel/
Dprocess.c83 void *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to()
244 int copy_to_user_proc(void __user *to, void *from, int size) in copy_to_user_proc()
249 int copy_from_user_proc(void *to, void __user *from, int size) in copy_from_user_proc()
/linux-4.4.14/net/ipv4/
Dip_output.c470 static void ip_copy_metadata(struct sk_buff *to, struct sk_buff *from) in ip_copy_metadata()
785 ip_generic_getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb) in ip_generic_getfrag()
815 int getfrag(void *from, char *to, int offset, int len, in ip_ufo_append_data()
870 int getfrag(void *from, char *to, int offset, in __ip_append_data()
1167 int getfrag(void *from, char *to, int offset, int len, in ip_append_data()
1489 int getfrag(void *from, char *to, int offset, in ip_make_skb()
1525 static int ip_reply_glue_bits(void *dptr, char *to, int offset, in ip_reply_glue_bits()
/linux-4.4.14/tools/testing/selftests/futex/functional/
Dfutex_wait_wouldblock.c44 struct timespec to = {.tv_sec = 0, .tv_nsec = timeout_ns}; in main() local
Dfutex_wait_timeout.c45 struct timespec to; in main() local
/linux-4.4.14/include/linux/netfilter/ipset/
Dip_set_bitmap.h17 range_to_mask(u32 from, u32 to, u8 *bits) in range_to_mask()
Dpfxlen.h38 #define ip_set_mask_from_to(from, to, cidr) \ argument
/linux-4.4.14/drivers/mtd/devices/
Dblock2mtd.c53 static int _block2mtd_erase(struct block2mtd_dev *dev, loff_t to, size_t len) in _block2mtd_erase()
141 loff_t to, size_t len, size_t *retlen) in _block2mtd_write()
180 static int block2mtd_write(struct mtd_info *mtd, loff_t to, size_t len, in block2mtd_write()
/linux-4.4.14/arch/arc/include/asm/
Duaccess.h166 __arc_copy_from_user(void *to, const void __user *from, unsigned long n) in __arc_copy_from_user()
396 __arc_copy_to_user(void __user *to, const void *from, unsigned long n) in __arc_copy_to_user()
617 static inline unsigned long __arc_clear_user(void __user *to, unsigned long n) in __arc_clear_user()
/linux-4.4.14/include/linux/mtd/
Dmap.h452 static inline void inline_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t… in inline_map_copy_from()
460 static inline void inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssi… in inline_map_copy_to()
467 #define map_copy_from(map, to, from, len) (map)->copy_from(map, to, from, len) argument
469 #define map_copy_to(map, to, from, len) (map)->copy_to(map, to, from, len) argument
476 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) argument
478 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len) argument
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/
Dtopology.h17 #define node_distance(from, to) (__node_distances[(from)][(to)]) argument
/linux-4.4.14/drivers/video/fbdev/core/
Dfbcmap.c164 int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to) in fb_copy_cmap()
188 int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to) in fb_cmap_to_user()
/linux-4.4.14/arch/x86/um/
Dsyscalls_64.c80 void arch_switch_to(struct task_struct *to) in arch_switch_to()
Dtls_32.c92 static int load_TLS(int flags, struct task_struct *to) in load_TLS()
187 int arch_switch_tls(struct task_struct *to) in arch_switch_tls()
Dsignal.c86 struct _fpreg __user *to; in convert_fxsr_to_user() local
119 struct _fpxreg *to; in convert_fxsr_from_user() local
246 static int copy_sc_to_user(struct sigcontext __user *to, in copy_sc_to_user()
/linux-4.4.14/fs/jffs2/
Dwritev.c17 unsigned long count, loff_t to, size_t *retlen) in jffs2_flash_direct_writev()
/linux-4.4.14/include/net/
Dchecksum.h123 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4()
151 __be16 from, __be16 to, in inet_proto_csum_replace2()
Dudplite.h19 static __inline__ int udplite_getfrag(void *from, char *to, int offset, in udplite_getfrag()
/linux-4.4.14/drivers/net/ethernet/8390/
Dmac8390.c670 static void dayna_memcpy_fromcard(struct net_device *dev, void *to, int from, in dayna_memcpy_fromcard()
694 static void dayna_memcpy_tocard(struct net_device *dev, int to, in dayna_memcpy_tocard()
840 volatile unsigned short *to = (void *)tp; in word_memcpy_tocard() local
852 unsigned short *to = tp; in word_memcpy_fromcard() local
/linux-4.4.14/drivers/input/serio/
Dhil_mlc.c450 #define EXPECT(comp, to, got, got_wrong, timed_out) \ argument
452 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ argument
454 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ argument
456 #define IN(to, got, got_error, timed_out) \ argument
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dsimtec-usb.c48 usb_simtec_powercontrol(int port, int to) in usb_simtec_powercontrol()
/linux-4.4.14/net/netfilter/ipset/
Dpfxlen.c292 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr) in ip_set_range_to_cidr()
/linux-4.4.14/fs/sysv/
Dinode.c109 unsigned char * from, unsigned char * to) in read3byte()
130 unsigned char * from, unsigned char * to) in write3byte()
/linux-4.4.14/arch/mips/include/asm/mach-ip27/
Dtopology.h37 #define node_distance(from, to) (__node_distances[(from)][(to)]) argument
/linux-4.4.14/arch/x86/um/asm/
Dprocessor_64.h29 struct arch_thread *to) in arch_copy_thread()
Dprocessor_32.h45 struct arch_thread *to) in arch_copy_thread()
/linux-4.4.14/fs/ecryptfs/
Dmmap.c249 static int fill_zeros_to_end_of_page(struct page *page, unsigned int to) in fill_zeros_to_end_of_page()
485 unsigned to = from + copied; in ecryptfs_write_end() local
/linux-4.4.14/arch/mips/kernel/
Dsignal32.c183 int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from) in copy_siginfo_to_user32()
235 int copy_siginfo_from_user32(siginfo_t *to, compat_siginfo_t __user *from) in copy_siginfo_from_user32()
/linux-4.4.14/arch/avr32/include/asm/
Duaccess.h80 static inline __kernel_size_t __copy_to_user(void __user *to, const void *from, in __copy_to_user()
85 static inline __kernel_size_t __copy_from_user(void *to, in __copy_from_user()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_io.c189 struct cl_object *obj, pgoff_t idx, unsigned to) in osc_page_touch_at()
233 struct osc_page *opage, unsigned to) in osc_page_touch()
258 unsigned from, unsigned to) in osc_io_prepare_write()
284 unsigned from, unsigned to) in osc_io_commit_write()
/linux-4.4.14/fs/affs/
Dfile.c381 static void affs_write_failed(struct address_space *mapping, loff_t to) in affs_write_failed()
501 affs_do_readpage_ofs(struct page *page, unsigned to) in affs_do_readpage_ofs()
613 u32 to; in affs_readpage_ofs() local
677 unsigned from, to; in affs_write_end_ofs() local
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c402 u32 to; in intel_pmu_lbr_read_32() member
437 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local
643 static int branch_type(unsigned long from, unsigned long to, int abort) in branch_type()
817 u64 from, to; in intel_pmu_lbr_filter() local
/linux-4.4.14/fs/udf/
Dsymlink.c33 int fromlen, unsigned char *to, int tolen) in udf_pc_to_char()
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_connbytes.h21 __aligned_u64 to; /* count to be matched */ member
/linux-4.4.14/tools/perf/
Dbuiltin-buildid-cache.c59 char to[PATH_MAX]; in same_kallsyms_reloc() local
83 char to[PATH_MAX]; in build_id_cache__kcore_existing() local
/linux-4.4.14/fs/cifs/
Dcifs_unicode.c182 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_utf16()
253 cifs_strtoUTF16(__le16 *to, const char *from, int len, in cifs_strtoUTF16()
/linux-4.4.14/sound/soc/sh/
Dhac.c141 unsigned int i, to; in hac_read_codec_aux() local
169 unsigned int i, to; in hac_ac97_write() local
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c380 enum lustre_sec_part to, in sptlrpc_rule_set_choose()
737 enum lustre_sec_part to, in flavor_set_flags()
761 enum lustre_sec_part to, in sptlrpc_conf_choose_flavor()
/linux-4.4.14/drivers/mtd/
Dmtdcore.c936 int mtd_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, in mtd_write()
957 int mtd_panic_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, in mtd_panic_write()
1045 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len, in mtd_write_user_prot_reg()
1158 unsigned long count, loff_t to, size_t *retlen) in default_mtd_writev()
1190 unsigned long count, loff_t to, size_t *retlen) in mtd_writev()
Dmtdpart.c178 static int part_write(struct mtd_info *mtd, loff_t to, size_t len, in part_write()
186 static int part_panic_write(struct mtd_info *mtd, loff_t to, size_t len, in part_panic_write()
194 static int part_write_oob(struct mtd_info *mtd, loff_t to, in part_write_oob()
222 unsigned long count, loff_t to, size_t *retlen) in part_writev()
Dmtdconcat.c120 concat_write(struct mtd_info *mtd, loff_t to, size_t len, in concat_write()
159 unsigned long count, loff_t to, size_t * retlen) in concat_writev()
290 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) in concat_write_oob()
/linux-4.4.14/drivers/mtd/chips/
Dmap_absent.c76 static int map_absent_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_ch… in map_absent_write()
Dmap_rom.c97 static int maprom_write (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char … in maprom_write()
Dmap_ram.c108 static int mapram_write (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char … in mapram_write()
/linux-4.4.14/drivers/s390/cio/
Dblacklist.c50 unsigned int to, int msgtrigger) in blacklist_range()
152 unsigned int from_cssid, to_cssid, from_ssid, to_ssid, from, to; in blacklist_parse_parameters() local
/linux-4.4.14/arch/x86/kernel/fpu/
Dregset.c208 struct _fpreg *to = (struct _fpreg *) &env->st_space[0]; in convert_from_fxsr() local
247 struct _fpxreg *to = (struct _fpxreg *) &fxsave->st_space[0]; in convert_to_fxsr() local
/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c116 __synthesize_relative_insn(void *from, void *to, u8 op) in __synthesize_relative_insn()
129 void synthesize_reljump(void *from, void *to) in synthesize_reljump()
136 void synthesize_relcall(void *from, void *to) in synthesize_relcall()
/linux-4.4.14/tools/perf/util/
Dutil.c117 static int slow_copyfile(const char *from, const char *to) in slow_copyfile()
172 int copyfile_mode(const char *from, const char *to, mode_t mode) in copyfile_mode()
222 int copyfile(const char *from, const char *to) in copyfile()
Drun-command.c12 static inline void dup_devnull(int to) in dup_devnull()
/linux-4.4.14/arch/alpha/kernel/
Dio.c420 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) in memcpy_fromio()
474 void memcpy_toio(volatile void __iomem *to, const void *from, long count) in memcpy_toio()
528 void _memset_c_io(volatile void __iomem *to, unsigned long c, long count) in _memset_c_io()
/linux-4.4.14/net/ipv6/
Dip6_output.c542 static void ip6_copy_metadata(struct sk_buff *to, struct sk_buff *from) in ip6_copy_metadata()
1086 int getfrag(void *from, char *to, int offset, int len, in ip6_ufo_append_data()
1254 int getfrag(void *from, char *to, int offset, in __ip6_append_data()
1560 int getfrag(void *from, char *to, int offset, int len, in ip6_append_data()
1745 int getfrag(void *from, char *to, int offset, in ip6_make_skb()
/linux-4.4.14/drivers/hid/
Dhid-icade.c129 u16 to; member
/linux-4.4.14/arch/s390/kernel/
Dcompat_signal.c64 int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from) in copy_siginfo_to_user32()
117 int copy_siginfo_from_user32(siginfo_t *to, compat_siginfo_t __user *from) in copy_siginfo_from_user32()
/linux-4.4.14/drivers/char/
Dapplicom.c461 void __iomem *to = apbs[IndexCard].RamIO + RAM_FROM_PC; in ac_write() local
483 unsigned char *to = (unsigned char *)mailbox; in do_ac_read() local
/linux-4.4.14/arch/x86/crypto/
Ddes3_ede-asm_64.S132 #define round1(n, from, to, load_next_key) \ argument
360 #define round3(n, from, to, load_next_key, do_movq) \ argument
/linux-4.4.14/fs/proc/
Dproc_tty.c71 dev_t to = from + p->num; in show_tty_driver() local
/linux-4.4.14/fs/9p/
Dvfs_file.c382 v9fs_file_read_iter(struct kiocb *iocb, struct iov_iter *to) in v9fs_file_read_iter()
575 v9fs_mmap_file_read_iter(struct kiocb *iocb, struct iov_iter *to) in v9fs_mmap_file_read_iter()
Dvfs_dir.c134 struct iov_iter to; in v9fs_dir_readdir() local
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-msglog.c35 struct bin_attribute *bin_attr, char *to, in opal_msglog_read()
/linux-4.4.14/fs/reiserfs/
Dfile.c177 unsigned from, unsigned to) in reiserfs_commit_page()
/linux-4.4.14/net/sched/
Dem_text.c36 int from, to; in em_text_match() local
/linux-4.4.14/include/sound/
Dpcm_params.h96 unsigned int from, unsigned int to) in snd_mask_set_range()
104 unsigned int from, unsigned int to) in snd_mask_reset_range()
/linux-4.4.14/fs/afs/
Dwrite.c127 unsigned to = from + len; in afs_write_begin() local
320 unsigned n, offset, to; in afs_write_back_from_locked_page() local
/linux-4.4.14/fs/ufs/
Dinode.c87 Indirect *from, Indirect *to) in grow_chain32()
103 Indirect *from, Indirect *to) in grow_chain64()
470 static void ufs_write_failed(struct address_space *mapping, loff_t to) in ufs_write_failed()
856 u64 to; member

1234