Searched defs:from (Results 1 - 200 of 565) sorted by relevance

123

/linux-4.4.14/arch/x86/lib/
H A Dusercopy.c18 copy_from_user_nmi(void *to, const void __user *from, unsigned long n) copy_from_user_nmi() argument
H A Dusercopy_64.c57 unsigned long copy_in_user(void __user *to, const void __user *from, unsigned len) copy_in_user() argument
72 copy_user_handle_tail(char *to, char *from, unsigned len) copy_user_handle_tail() argument
H A Dmemcpy_32.c7 __visible void *memcpy(void *to, const void *from, size_t n) memcpy() argument
H A Dmmx_32.c28 void *_mmx_memcpy(void *to, const void *from, size_t len) _mmx_memcpy() argument
158 static void fast_copy_page(void *to, void *from) fast_copy_page() argument
280 static void fast_copy_page(void *to, void *from) fast_copy_page() argument
358 static void slow_copy_page(void *to, void *from) slow_copy_page() argument
370 void mmx_copy_page(void *to, void *from) mmx_copy_page() argument
H A Dusercopy_32.c101 __copy_user_intel(void __user *to, const void *from, unsigned long size) __copy_user_intel() argument
205 __copy_user_zeroing_intel(void *to, const void __user *from, unsigned long size) __copy_user_zeroing_intel() argument
570 unsigned long __copy_to_user_ll(void __user *to, const void *from, __copy_to_user_ll() argument
583 unsigned long __copy_from_user_ll(void *to, const void __user *from, __copy_from_user_ll() argument
596 unsigned long __copy_from_user_ll_nozero(void *to, const void __user *from, __copy_from_user_ll_nozero() argument
610 unsigned long __copy_from_user_ll_nocache(void *to, const void __user *from, __copy_from_user_ll_nocache() argument
627 unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *from, __copy_from_user_ll_nocache_nozero() argument
658 unsigned long _copy_to_user(void __user *to, const void *from, unsigned n) _copy_to_user() argument
683 unsigned long _copy_from_user(void *to, const void __user *from, unsigned n) _copy_from_user() argument
301 __copy_user_zeroing_intel_nocache(void *to, const void __user *from, unsigned long size) __copy_user_zeroing_intel_nocache() argument
395 __copy_user_intel_nocache(void *to, const void __user *from, unsigned long size) __copy_user_intel_nocache() argument
/linux-4.4.14/arch/ia64/include/asm/
H A Dsiginfo.h14 copy_siginfo (siginfo_t *to, siginfo_t *from) copy_siginfo() argument
/linux-4.4.14/arch/powerpc/lib/
H A Dusercopy_64.c12 unsigned long copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument
21 unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
28 unsigned long copy_in_user(void __user *to, const void __user *from, copy_in_user() argument
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_pio_copy.c45 void qib_pio_copy(void __iomem *to, const void *from, size_t count) qib_pio_copy() argument
/linux-4.4.14/arch/x86/kernel/
H A Dsignal_compat.c4 int copy_siginfo_to_user32(compat_siginfo_t __user *to, const siginfo_t *from) copy_siginfo_to_user32() argument
75 int copy_siginfo_from_user32(siginfo_t *to, compat_siginfo_t __user *from) copy_siginfo_from_user32() argument
H A Dioport.c23 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int turn_on) sys_ioperm() argument
H A Dsetup_percpu.c137 static int __init pcpu_cpu_distance(unsigned int from, unsigned int to) pcpu_cpu_distance() argument
/linux-4.4.14/arch/m68k/lib/
H A Duaccess.c10 unsigned long __generic_copy_from_user(void *to, const void __user *from, __generic_copy_from_user() argument
62 unsigned long __generic_copy_to_user(void __user *to, const void *from, __generic_copy_to_user() argument
H A Dmemcpy.c10 void *memcpy(void *to, const void *from, size_t n) memcpy() argument
/linux-4.4.14/net/netfilter/ipset/
H A Dpfxlen.c292 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr) ip_set_range_to_cidr() argument
/linux-4.4.14/arch/x86/include/asm/
H A Duaccess_32.h44 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) __copy_to_user_inatomic() argument
87 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
94 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) __copy_from_user_inatomic() argument
143 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
187 __copy_from_user_inatomic_nocache(void *to, const void __user *from, __copy_from_user_inatomic_nocache() argument
164 __copy_from_user_nocache(void *to, const void __user *from, unsigned long n) __copy_from_user_nocache() argument
H A Dpage_32.h29 static inline void copy_page(void *to, void *from) copy_page() argument
41 static inline void copy_page(void *to, void *from) copy_page() argument
H A Dstring_64.h9 static __always_inline void *__inline_memcpy(void *to, const void *from, size_t n) __inline_memcpy() argument
H A Duaccess_64.h27 copy_user_generic(void *to, const void *from, unsigned len) copy_user_generic() argument
H A Dpage.h30 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, copy_user_page() argument
H A Dstring_32.h32 static __always_inline void *__memcpy(void *to, const void *from, size_t n) __memcpy() argument
51 static __always_inline void *__constant_memcpy(void *to, const void *from, __constant_memcpy() argument
154 static inline void *__constant_memcpy3d(void *to, const void *from, size_t len) __constant_memcpy3d() argument
161 static inline void *__memcpy3d(void *to, const void *from, size_t len) __memcpy3d() argument
/linux-4.4.14/arch/c6x/include/asm/
H A Duaccess.h25 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
61 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
/linux-4.4.14/lib/
H A Diomap_copy.c31 __iowrite32_copy(void __iomem *to, const void *from, size_t count) __iowrite32_copy() argument
54 __iowrite64_copy(void __iomem *to, const void *from, size_t count) __iowrite64_copy() argument
H A Dkfifo.c223 int __kfifo_from_user(struct __kfifo *fifo, const void __user *from, __kfifo_from_user() argument
512 int __kfifo_from_user_r(struct __kfifo *fifo, const void __user *from, __kfifo_from_user_r() argument
188 kfifo_copy_from_user(struct __kfifo *fifo, const void __user *from, unsigned int len, unsigned int off, unsigned int *copied) kfifo_copy_from_user() argument
/linux-4.4.14/security/keys/
H A Dcompat.c34 struct iov_iter from; compat_keyctl_instantiate_key_iov() local
/linux-4.4.14/init/
H A Ddo_mounts.h54 static inline int rd_load_image(char *from) { return 0; } rd_load_image() argument
H A Ddo_mounts_rd.c185 int __init rd_load_image(char *from) rd_load_image() argument
/linux-4.4.14/include/linux/netfilter/ipset/
H A Dip_set_bitmap.h17 range_to_mask(u32 from, u32 to, u8 *bits) range_to_mask() argument
/linux-4.4.14/include/linux/
H A Dparser.h24 char *from; member in struct:__anon13065
H A Duaccess.h64 __copy_from_user_inatomic_nocache(void *to, const void __user *from, unsigned long n) __copy_from_user_inatomic_nocache() argument
70 __copy_from_user_nocache(void *to, const void __user *from, unsigned long n) __copy_from_user_nocache() argument
H A Dcmdline-parser.h20 sector_t from; member in struct:cmdline_subpart
H A Ddebug_locks.h65 debug_check_no_locks_freed(const void *from, unsigned long len) debug_check_no_locks_freed() argument
H A Dprojid.h64 static inline kprojid_t make_kprojid(struct user_namespace *from, projid_t projid) make_kprojid() argument
H A Drtmutex.h50 static inline int rt_mutex_debug_check_no_locks_freed(const void *from, rt_mutex_debug_check_no_locks_freed() argument
H A Dseq_file.h21 size_t from; member in struct:seq_file
H A Dhighmem.h225 static inline void copy_user_highpage(struct page *to, struct page *from, copy_user_highpage() argument
239 static inline void copy_highpage(struct page *to, struct page *from) copy_highpage() argument
H A Disapnp.h110 pnp_find_card(unsigned short vendor, unsigned short device, struct pnp_card *from) pnp_find_card() argument
113 pnp_find_dev(struct pnp_card *card, unsigned short vendor, unsigned short function, struct pnp_dev *from) pnp_find_dev() argument
H A Duidgid.h142 static inline kuid_t make_kuid(struct user_namespace *from, uid_t uid) make_kuid() argument
147 static inline kgid_t make_kgid(struct user_namespace *from, gid_t gid) make_kgid() argument
/linux-4.4.14/arch/arm64/kernel/
H A Dio.c26 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) __memcpy_fromio() argument
55 void __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) __memcpy_toio() argument
/linux-4.4.14/drivers/mtd/maps/
H A Dmap_funcs.c22 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) simple_map_copy_from() argument
27 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) simple_map_copy_to() argument
H A Dpxa2xx-flash.c28 static void pxa2xx_map_inval_cache(struct map_info *map, unsigned long from, pxa2xx_map_inval_cache() argument
H A Duclinux.c58 static int uclinux_point(struct mtd_info *mtd, loff_t from, size_t len, uclinux_point() argument
H A Ddc21285.c75 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) dc21285_copy_from() argument
105 static void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t len) dc21285_copy_to_32() argument
117 static void dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t len) dc21285_copy_to_16() argument
129 static void dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) dc21285_copy_to_8() argument
H A Dlantiq-flash.c83 ltq_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) ltq_copy_from() argument
97 ltq_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) ltq_copy_to() argument
H A Dbfin-async-flash.c86 static void bfin_flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) bfin_flash_copy_from() argument
112 static void bfin_flash_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) bfin_flash_copy_to() argument
H A Dgpio-addr-flash.c105 static void gf_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) gf_copy_from() argument
151 gf_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) gf_copy_to() argument
H A Dixp4xx.c100 ixp4xx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) ixp4xx_copy_from() argument
H A Dlatch-addr-flash.c69 lf_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) lf_copy_from() argument
H A Dpci.c56 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len) mtd_pci_copyfrom() argument
74 static void mtd_pci_copyto(struct map_info *_map, unsigned long to, const void *from, ssize_t len) mtd_pci_copyto() argument
H A Dsbc_gxx.c124 static void sbc_gxx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) sbc_gxx_copy_from() argument
149 static void sbc_gxx_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) sbc_gxx_copy_to() argument
/linux-4.4.14/drivers/pnp/isapnp/
H A Dcompat.c23 pnp_find_card(unsigned short vendor, unsigned short device, struct pnp_card *from) pnp_find_card() argument
45 pnp_find_dev(struct pnp_card *card, unsigned short vendor, unsigned short function, struct pnp_dev *from) pnp_find_dev() argument
/linux-4.4.14/arch/sparc/lib/
H A Duser_fixup.c35 unsigned long copy_from_user_fixup(void *to, const void __user *from, unsigned long size) copy_from_user_fixup() argument
47 unsigned long copy_to_user_fixup(void __user *to, const void *from, unsigned long size) copy_to_user_fixup() argument
55 unsigned long copy_in_user_fixup(void __user *to, void __user *from, unsigned long size) copy_in_user_fixup() argument
/linux-4.4.14/arch/tile/lib/
H A Dmemcpy_user_64.c87 unsigned long __copy_from_user_zeroing(void *to, const void __user *from, __copy_from_user_zeroing() argument
/linux-4.4.14/arch/x86/um/asm/
H A Dprocessor_64.h28 static inline void arch_copy_thread(struct arch_thread *from, arch_copy_thread() argument
H A Dprocessor_32.h44 static inline void arch_copy_thread(struct arch_thread *from, arch_copy_thread() argument
/linux-4.4.14/arch/arc/mm/
H A Dextable.c30 long arc_copy_from_user_noinline(void *to, const void __user *from, arc_copy_from_user_noinline() argument
37 long arc_copy_to_user_noinline(void __user *to, const void *from, arc_copy_to_user_noinline() argument
/linux-4.4.14/fs/jfs/
H A Djfs_unicode.c32 int jfs_strfromUCS_le(char *to, const __le16 * from, jfs_strfromUCS_le() argument
82 static int jfs_strtoUCS(wchar_t * to, const unsigned char *from, int len, jfs_strtoUCS() argument
H A Dioctl.c40 static long jfs_map_ext2(unsigned long flags, int from) jfs_map_ext2() argument
/linux-4.4.14/net/atm/
H A Datm_misc.c87 void sonet_copy_stats(struct k_sonet_stats *from, struct sonet_stats *to) sonet_copy_stats() argument
95 void sonet_subtract_stats(struct k_sonet_stats *from, struct sonet_stats *to) sonet_subtract_stats() argument
H A Dresources.c160 static void copy_aal_stats(struct k_atm_aal_stats *from, copy_aal_stats() argument
168 static void subtract_aal_stats(struct k_atm_aal_stats *from, subtract_aal_stats() argument
/linux-4.4.14/include/uapi/linux/netfilter/
H A Dxt_connbytes.h20 __aligned_u64 from; /* count to be matched */ member in struct:xt_connbytes_info::__anon14290
/linux-4.4.14/arch/sh/kernel/
H A Dio.c19 void memcpy_fromio(void *to, const volatile void __iomem *from, unsigned long count) memcpy_fromio() argument
82 void memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count) memcpy_toio() argument
H A Dmachvec.c42 static int __init early_parse_mv(char *from) early_parse_mv() argument
/linux-4.4.14/arch/mn10300/lib/
H A Dusercopy.c15 __generic_copy_to_user(void *to, const void *from, unsigned long n) __generic_copy_to_user() argument
23 __generic_copy_from_user(void *to, const void *from, unsigned long n) __generic_copy_from_user() argument
/linux-4.4.14/arch/m32r/lib/
H A Dusercopy.c15 __generic_copy_to_user(void __user *to, const void *from, unsigned long n) __generic_copy_to_user() argument
24 __generic_copy_from_user(void *to, const void __user *from, unsigned long n) __generic_copy_from_user() argument
/linux-4.4.14/arch/arm/mm/
H A Dcopypage-xscale.c40 mc_copy_user_page(void *from, void *to) mc_copy_user_page() argument
87 void xscale_mc_copy_user_highpage(struct page *to, struct page *from, xscale_mc_copy_user_highpage() argument
93 __flush_dcache_page(page_mapping(from), from); xscale_mc_copy_user_highpage() local
H A Dcopypage-fa.c42 void fa_copy_user_highpage(struct page *to, struct page *from, fa_copy_user_highpage() argument
H A Dcopypage-feroceon.c70 void feroceon_copy_user_highpage(struct page *to, struct page *from, feroceon_copy_user_highpage() argument
H A Dcopypage-v4mc.c44 mc_copy_user_page(void *from, void *to) mc_copy_user_page() argument
67 void v4_mc_copy_user_highpage(struct page *to, struct page *from, v4_mc_copy_user_highpage() argument
73 __flush_dcache_page(page_mapping(from), from); v4_mc_copy_user_highpage() local
H A Dcopypage-v4wb.c50 void v4wb_copy_user_highpage(struct page *to, struct page *from, v4wb_copy_user_highpage() argument
H A Dcopypage-v4wt.c46 void v4wt_copy_user_highpage(struct page *to, struct page *from, v4wt_copy_user_highpage() argument
H A Dcopypage-v6.c79 __flush_dcache_page(page_mapping(from), from); v6_copy_user_highpage_aliasing() local
33 v6_copy_user_highpage_nonaliasing(struct page *to, struct page *from, unsigned long vaddr, struct vm_area_struct *vma) v6_copy_user_highpage_nonaliasing() argument
72 v6_copy_user_highpage_aliasing(struct page *to, struct page *from, unsigned long vaddr, struct vm_area_struct *vma) v6_copy_user_highpage_aliasing() argument
H A Dcopypage-xsc3.c73 void xsc3_mc_copy_user_highpage(struct page *to, struct page *from, xsc3_mc_copy_user_highpage() argument
/linux-4.4.14/arch/arm/kernel/
H A Dio.c44 void _memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) _memcpy_fromio() argument
60 void _memcpy_toio(volatile void __iomem *to, const void *from, size_t count) _memcpy_toio() argument
H A Datags_parse.c186 char *from = default_command_line; setup_machine_tags() local
/linux-4.4.14/tools/virtio/linux/
H A Duaccess.h28 static void volatile_memcpy(volatile char *to, const volatile char *from, volatile_memcpy() argument
35 static inline int copy_from_user(void *to, const void __user volatile *from, copy_from_user() argument
43 static inline int copy_to_user(void __user volatile *to, const void *from, copy_to_user() argument
/linux-4.4.14/drivers/mtd/chips/
H A Dmap_absent.c71 static int map_absent_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) map_absent_read() argument
H A Dmap_ram.c99 static int mapram_read (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) mapram_read() argument
H A Dmap_rom.c83 static int maprom_read (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) maprom_read() argument
/linux-4.4.14/drivers/hid/
H A Dhid-icade.c160 static const struct icade_key *icade_find_translation(u16 from) icade_find_translation() argument
H A Dhid-apple.c63 u16 from; member in struct:apple_key_translation
167 apple_find_translation( const struct apple_key_translation *table, u16 from) apple_find_translation() argument
/linux-4.4.14/drivers/media/pci/cobalt/
H A Dcobalt-flash.c58 flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) flash_copy_from() argument
76 flash_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) flash_copy_to() argument
/linux-4.4.14/block/partitions/
H A Dcheck.h13 sector_t from; member in struct:parsed_partitions::__anon3261
41 put_partition(struct parsed_partitions *p, int n, sector_t from, sector_t size) put_partition() argument
/linux-4.4.14/fs/udf/
H A Dsymlink.c32 static int udf_pc_to_char(struct super_block *sb, unsigned char *from, udf_pc_to_char() argument
H A Dfile.c117 static ssize_t udf_file_write_iter(struct kiocb *iocb, struct iov_iter *from) udf_file_write_iter() argument
/linux-4.4.14/arch/arm/lib/
H A Duaccess_with_memcpy.c89 __copy_to_user_memcpy(void __user *to, const void *from, unsigned long n) __copy_to_user_memcpy() argument
142 arm_copy_to_user(void __user *to, const void *from, unsigned long n) arm_copy_to_user() argument
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
H A Doslibcfs.c198 acpi_status acpi_os_set_file_offset(ACPI_FILE file, long offset, u8 from) acpi_os_set_file_offset() argument
/linux-4.4.14/drivers/s390/cio/
H A Didset.c106 void idset_add_set(struct idset *to, struct idset *from) idset_add_set() argument
H A Dblacklist.c152 unsigned int from_cssid, to_cssid, from_ssid, to_ssid, from, to; blacklist_parse_parameters() local
48 blacklist_range(range_action action, unsigned int from_ssid, unsigned int to_ssid, unsigned int from, unsigned int to, int msgtrigger) blacklist_range() argument
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Ddisplay.c211 struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from) omap_dss_get_next_device() argument
/linux-4.4.14/arch/tile/kernel/
H A Dcompat_signal.c52 int copy_siginfo_to_user32(struct compat_siginfo __user *to, const siginfo_t *from) copy_siginfo_to_user32() argument
109 int copy_siginfo_from_user32(siginfo_t *to, struct compat_siginfo __user *from) copy_siginfo_from_user32() argument
/linux-4.4.14/block/
H A Dcmdline-parser.c230 sector_t from = 0; cmdline_parts_set() local
H A Dbounce.c102 static void copy_to_high_bio_irq(struct bio *to, struct bio *from) copy_to_high_bio_irq() argument
187 struct bio_vec *to, from; __blk_queue_bounce() local
H A Dpartition-generic.c485 sector_t size, from; rescan_partitions() local
/linux-4.4.14/arch/arc/include/asm/
H A Dentry-arcv2.h119 ; for interrupts), it could get clobbered in case we soft land here from variable
H A Duaccess.h166 __arc_copy_from_user(void *to, const void __user *from, unsigned long n) __arc_copy_from_user() argument
396 __arc_copy_to_user(void __user *to, const void *from, unsigned long n) __arc_copy_to_user() argument
/linux-4.4.14/fs/hpfs/
H A Dname.c53 unsigned char *hpfs_translate_name(struct super_block *s, unsigned char *from, hpfs_translate_name() argument
/linux-4.4.14/net/sched/
H A Dem_text.c36 int from, to; em_text_match() local
/linux-4.4.14/net/x25/
H A Dx25_forward.c22 int x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from, x25_forward_call() argument
97 int x25_forward_data(int lci, struct x25_neigh *from, struct sk_buff *skb) { x25_forward_data() argument
/linux-4.4.14/fs/proc/
H A Dproc_tty.c70 dev_t from = MKDEV(p->major, p->minor_start); show_tty_driver() local
26 show_tty_range(struct seq_file *m, struct tty_driver *p, dev_t from, int num) show_tty_range() argument
/linux-4.4.14/include/net/
H A Dudplite.h19 static __inline__ int udplite_getfrag(void *from, char *to, int offset, udplite_getfrag() argument
H A Dchecksum.h123 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) csum_replace4() argument
150 inet_proto_csum_replace2(__sum16 *sum, struct sk_buff *skb, __be16 from, __be16 to, bool pseudohdr) inet_proto_csum_replace2() argument
H A Dinet_ecn.h122 __be32 from, to; IP6_ECN_set_ce() local
/linux-4.4.14/arch/s390/lib/
H A Duaccess.c105 unsigned long __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
178 unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
186 static inline unsigned long copy_in_user_mvcos(void __user *to, const void __user *from, copy_in_user_mvcos() argument
209 static inline unsigned long copy_in_user_mvc(void __user *to, const void __user *from, copy_in_user_mvc() argument
241 unsigned long __copy_in_user(void __user *to, const void __user *from, unsigned long n) __copy_in_user() argument
/linux-4.4.14/arch/mips/cavium-octeon/
H A Dflash_setup.c49 octeon_flash_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) octeon_flash_map_copy_from() argument
57 octeon_flash_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) octeon_flash_map_copy_to() argument
/linux-4.4.14/arch/parisc/kernel/
H A Dsignal32.c278 copy_siginfo_from_user32 (siginfo_t *to, compat_siginfo_t __user *from) copy_siginfo_from_user32() argument
322 copy_siginfo_to_user32 (compat_siginfo_t __user *to, const siginfo_t *from) copy_siginfo_to_user32() argument
/linux-4.4.14/arch/arm/mach-omap2/
H A Dpm44xx.c46 const char *from; member in struct:static_dep_map
192 struct clockdomain *from, *to; omap4plus_init_static_deps() local
/linux-4.4.14/drivers/zorro/
H A Dzorro.c51 struct zorro_dev *zorro_find_device(zorro_id id, struct zorro_dev *from) zorro_find_device() argument
/linux-4.4.14/drivers/target/tcm_fc/
H A Dtfc_io.c74 void *from; ft_queue_data_in() local
224 void *from; ft_recv_write_data() local
/linux-4.4.14/drivers/s390/net/
H A Dsmsgiucv.c104 smsg_register_callback(const char *prefix, void (*callback)(const char *from, char *str)) smsg_register_callback() argument
121 smsg_unregister_callback(const char *prefix, void (*callback)(const char *from, char *str)) smsg_unregister_callback() argument
H A Dsmsgiucv_app.c66 static struct smsg_app_event *smsg_app_event_alloc(const char *from, smsg_app_event_alloc() argument
120 static void smsg_app_callback(const char *from, char *msg) smsg_app_callback() argument
/linux-4.4.14/drivers/video/fbdev/core/
H A Dfbcmap.c164 int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to) fb_copy_cmap() argument
188 int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to) fb_cmap_to_user() argument
/linux-4.4.14/drivers/mtd/devices/
H A Dbcm47xxsflash.c103 static int bcm47xxsflash_read(struct mtd_info *mtd, loff_t from, size_t len, bcm47xxsflash_read() argument
H A Dm25p80.c122 static int m25p80_read(struct spi_nor *nor, loff_t from, size_t len, m25p80_read() argument
H A Dms02-nv.c57 static int ms02nv_read(struct mtd_info *mtd, loff_t from, ms02nv_read() argument
H A Dmtdram.c64 static int ram_point(struct mtd_info *mtd, loff_t from, size_t len, ram_point() argument
72 static int ram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) ram_unpoint() argument
90 static int ram_read(struct mtd_info *mtd, loff_t from, size_t len, ram_read() argument
H A Dpowernv_flash.c119 static int powernv_flash_read(struct mtd_info *mtd, loff_t from, size_t len, powernv_flash_read() argument
H A Dblock2mtd.c87 size_t from = instr->addr; block2mtd_erase() local
106 static int block2mtd_read(struct mtd_info *mtd, loff_t from, size_t len, block2mtd_read() argument
H A Dphram.c52 static int phram_point(struct mtd_info *mtd, loff_t from, size_t len, phram_point() argument
60 static int phram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) phram_unpoint() argument
65 static int phram_read(struct mtd_info *mtd, loff_t from, size_t len, phram_read() argument
H A Dslram.c96 static int slram_point(struct mtd_info *mtd, loff_t from, size_t len, slram_point() argument
106 static int slram_unpoint(struct mtd_info *mtd, loff_t from, size_t len) slram_unpoint() argument
111 static int slram_read(struct mtd_info *mtd, loff_t from, size_t len, slram_read() argument
H A Dsst25l.c213 static int sst25l_read(struct mtd_info *mtd, loff_t from, size_t len, sst25l_read() argument
/linux-4.4.14/drivers/mtd/onenand/
H A Donenand_bbt.c63 loff_t from; create_bbt() local
/linux-4.4.14/drivers/gpu/drm/tilcdc/
H A Dtilcdc_slave_compat.c94 static void __init tilcdc_copy_props(struct device_node *from, tilcdc_copy_props() argument
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-io.h141 cx18_memcpy_fromio(struct cx18 *cx, void *to, const void __iomem *from, unsigned int len) cx18_memcpy_fromio() argument
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-queue.c88 static void ivtv_queue_move_buf(struct ivtv_stream *s, struct ivtv_queue *from, ivtv_queue_move_buf() argument
122 int ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal, ivtv_queue_move() argument
/linux-4.4.14/drivers/pci/
H A Dsearch.c156 struct pci_bus *pci_find_next_bus(const struct pci_bus *from) pci_find_next_bus() argument
344 struct pci_dev *pci_get_class(unsigned int class, struct pci_dev *from) pci_get_class() argument
260 pci_get_dev_by_id(const struct pci_device_id *id, struct pci_dev *from) pci_get_dev_by_id() argument
294 pci_get_subsys(unsigned int vendor, unsigned int device, unsigned int ss_vendor, unsigned int ss_device, struct pci_dev *from) pci_get_subsys() argument
323 pci_get_device(unsigned int vendor, unsigned int device, struct pci_dev *from) pci_get_device() argument
/linux-4.4.14/arch/unicore32/kernel/
H A Dsetup.c240 char *from = default_command_line; setup_arch() local
H A Dtraps.c35 dump_backtrace_entry(unsigned long where, unsigned long from, unsigned long frame) dump_backtrace_entry() argument
/linux-4.4.14/arch/xtensa/mm/
H A Dinit.c70 static int __init move_banks(struct meminfo *to, struct meminfo *from) move_banks() argument
/linux-4.4.14/fs/ncpfs/
H A Dfile.c168 ncp_file_write_iter(struct kiocb *iocb, struct iov_iter *from) ncp_file_write_iter() argument
/linux-4.4.14/lib/zlib_inflate/
H A Dinffast.c114 unsigned char *from; /* where to copy match from */ inflate_fast() local
H A Dinflate.c327 unsigned char *from; /* where to copy match bytes from */ zlib_inflate() local
/linux-4.4.14/mm/
H A Dpage_io.c268 struct iov_iter from; __swap_writepage() local
H A Dtruncate.c733 void pagecache_isize_extended(struct inode *inode, loff_t from, loff_t to) pagecache_isize_extended() argument
/linux-4.4.14/net/core/
H A Dutils.c303 inet_proto_csum_replace4(__sum16 *sum, struct sk_buff *skb, __be32 from, __be32 to, bool pseudohdr) inet_proto_csum_replace4() argument
319 inet_proto_csum_replace16(__sum16 *sum, struct sk_buff *skb, const __be32 *from, const __be32 *to, bool pseudohdr) inet_proto_csum_replace16() argument
H A Ddev_addr_lists.c537 int dev_uc_sync(struct net_device *to, struct net_device *from) dev_uc_sync() argument
567 int dev_uc_sync_multiple(struct net_device *to, struct net_device *from) dev_uc_sync_multiple() argument
592 void dev_uc_unsync(struct net_device *to, struct net_device *from) dev_uc_unsync() argument
758 int dev_mc_sync(struct net_device *to, struct net_device *from) dev_mc_sync() argument
788 int dev_mc_sync_multiple(struct net_device *to, struct net_device *from) dev_mc_sync_multiple() argument
813 void dev_mc_unsync(struct net_device *to, struct net_device *from) dev_mc_unsync() argument
/linux-4.4.14/net/sctp/
H A Dchunk.c165 sctp_datamsg_from_user(struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, struct iov_iter *from) sctp_datamsg_from_user() argument
/linux-4.4.14/fs/9p/
H A Dxattr.c109 struct iov_iter from; v9fs_fid_xattr_set() local
H A Dvfs_addr.c165 struct iov_iter from; v9fs_vfs_writepage_locked() local
316 unsigned from = pos & (PAGE_CACHE_SIZE - 1); v9fs_write_end() local
H A Dvfs_file.c407 v9fs_file_write_iter(struct kiocb *iocb, struct iov_iter *from) v9fs_file_write_iter() argument
590 v9fs_mmap_file_write_iter(struct kiocb *iocb, struct iov_iter *from) v9fs_mmap_file_write_iter() argument
/linux-4.4.14/fs/bfs/
H A Dfile.c32 static int bfs_move_block(unsigned long from, unsigned long to, bfs_move_block() argument
/linux-4.4.14/fs/reiserfs/
H A Dfile.c176 reiserfs_commit_page(struct inode *inode, struct page *page, unsigned from, unsigned to) reiserfs_commit_page() argument
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_inode_buf.c198 xfs_dinode_from_disk( xfs_icdinode_t *to, xfs_dinode_t *from) xfs_dinode_from_disk() argument
245 xfs_dinode_to_disk( xfs_dinode_t *to, xfs_icdinode_t *from) xfs_dinode_to_disk() argument
H A Dxfs_sb.c351 __xfs_sb_from_disk( struct xfs_sb *to, xfs_dsb_t *from, bool convert_xquota) __xfs_sb_from_disk() argument
426 xfs_sb_from_disk( struct xfs_sb *to, xfs_dsb_t *from) xfs_sb_from_disk() argument
434 xfs_sb_quota_to_disk( struct xfs_dsb *to, struct xfs_sb *from) xfs_sb_quota_to_disk() argument
493 xfs_sb_to_disk( struct xfs_dsb *to, struct xfs_sb *from) xfs_sb_to_disk() argument
/linux-4.4.14/include/uapi/linux/
H A Dnbd.h63 __be64 from; member in struct:nbd_request
/linux-4.4.14/arch/s390/include/asm/
H A Didals.h216 idal_buffer_from_user(struct idal_buffer *ib, const void __user *from, size_t count) idal_buffer_from_user() argument
/linux-4.4.14/arch/s390/kernel/
H A Dirq.c155 unsigned int arch_dynirq_lower_bound(unsigned int from) arch_dynirq_lower_bound() argument
/linux-4.4.14/arch/sh/include/asm/
H A Duaccess.h115 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
121 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
148 copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument
160 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
204 unsigned long (*from)(void *dst, const void __user *src, unsigned long cnt); member in struct:mem_access
/linux-4.4.14/arch/sh/mm/
H A Dnommu.c22 void copy_page(void *to, void *from) copy_page() argument
27 __kernel_size_t __copy_user(void *to, const void *from, __kernel_size_t n) __copy_user() argument
/linux-4.4.14/arch/m68k/include/asm/
H A Dpage_mm.h16 static inline void copy_page(void *to, void *from) copy_page() argument
H A Duaccess_mm.h239 __constant_copy_from_user(void *to, const void __user *from, unsigned long n) __constant_copy_from_user() argument
320 __constant_copy_to_user(void __user *to, const void *from, unsigned long n) __constant_copy_to_user() argument
/linux-4.4.14/arch/nios2/include/asm/
H A Duaccess.h102 static inline long copy_from_user(void *to, const void __user *from, copy_from_user() argument
110 static inline long copy_to_user(void __user *to, const void *from, copy_to_user() argument
/linux-4.4.14/arch/frv/include/asm/
H A Duaccess.h281 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
288 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
294 static inline long copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument
307 static inline long copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
/linux-4.4.14/arch/ia64/lib/
H A Dio.c10 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) memcpy_fromio() argument
25 void memcpy_toio(volatile void __iomem *to, const void *from, long count) memcpy_toio() argument
/linux-4.4.14/arch/m32r/kernel/
H A Dsetup.c96 char *from = COMMAND_LINE; parse_mem_cmdline() local
/linux-4.4.14/arch/arm64/include/asm/
H A Duaccess.h255 static inline unsigned long __must_check copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument
264 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
271 static inline unsigned long __must_check copy_in_user(void __user *to, const void __user *from, unsigned long n) copy_in_user() argument
/linux-4.4.14/arch/avr32/include/asm/
H A Duaccess.h80 static inline __kernel_size_t __copy_to_user(void __user *to, const void *from, __copy_to_user() argument
85 __copy_from_user(void *to, const void __user *from, __kernel_size_t n) __copy_from_user() argument
/linux-4.4.14/arch/arm/mach-orion5x/
H A Dcommon.c368 void __init tag_fixup_mem32(struct tag *t, char **from) tag_fixup_mem32() argument
/linux-4.4.14/arch/arm/mach-ebsa110/
H A Dio.c348 void outsb(unsigned int port, const void *from, int len) outsb() argument
363 void insb(unsigned int port, void *from, int len) insb() argument
381 void outsw(unsigned int port, const void *from, int len) outsw() argument
396 void insw(unsigned int port, void *from, int len) insw() argument
418 void outsl(unsigned int port, const void *from, int len) outsl() argument
428 void insl(unsigned int port, void *from, int len) insl() argument
/linux-4.4.14/drivers/usb/storage/
H A Dfreecom.c483 int from, base; pdump() local
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dpio_copy.c197 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, read_low_bytes() argument
363 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, read_low_bytes() argument
545 static void mid_copy_mix(struct pio_buf *pbuf, const void *from, size_t nbytes) mid_copy_mix() argument
727 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes) seg_pio_copy_mid() argument
74 pio_copy(struct hfi1_devdata *dd, struct pio_buf *pbuf, u64 pbc, const void *from, size_t count) pio_copy() argument
224 read_extra_bytes(struct pio_buf *pbuf, const void *from, unsigned int nbytes) read_extra_bytes() argument
378 read_extra_bytes(struct pio_buf *pbuf, const void *from, unsigned int nbytes) read_extra_bytes() argument
454 seg_pio_copy_start(struct pio_buf *pbuf, u64 pbc, const void *from, size_t nbytes) seg_pio_copy_start() argument
640 mid_copy_straight(struct pio_buf *pbuf, const void *from, size_t nbytes) mid_copy_straight() argument
/linux-4.4.14/drivers/staging/goldfish/
H A Dgoldfish_nand.c196 static int goldfish_nand_read(struct mtd_info *mtd, loff_t from, size_t len, goldfish_nand_read() argument
/linux-4.4.14/drivers/md/bcache/
H A Dbtree.h279 bch_btree_map_nodes(struct btree_op *op, struct cache_set *c, struct bkey *from, btree_map_nodes_fn *fn) bch_btree_map_nodes() argument
285 bch_btree_map_leaf_nodes(struct btree_op *op, struct cache_set *c, struct bkey *from, btree_map_nodes_fn *fn) bch_btree_map_leaf_nodes() argument
/linux-4.4.14/drivers/mtd/ubi/
H A Deba.c1076 int ubi_eba_copy_leb(struct ubi_device *ubi, int from, int to, ubi_eba_copy_leb() argument
H A Dgluebi.c171 static int gluebi_read(struct mtd_info *mtd, loff_t from, size_t len, gluebi_read() argument
/linux-4.4.14/drivers/iommu/
H A Diova.c493 copy_reserved_iova(struct iova_domain *from, struct iova_domain *to) copy_reserved_iova() argument
/linux-4.4.14/drivers/media/platform/vivid/
H A Dvivid-vid-common.c685 void rect_scale(struct v4l2_rect *r, const struct v4l2_rect *from, rect_scale() argument
/linux-4.4.14/drivers/gpu/drm/omapdrm/
H A Domap_fb.c324 omap_framebuffer_get_next_connector( struct drm_framebuffer *fb, struct drm_connector *from) omap_framebuffer_get_next_connector() argument
/linux-4.4.14/drivers/net/
H A Difb.c81 u32 from = G_TC_FROM(skb->tc_verd); ifb_ri_tasklet() local
241 u32 from = G_TC_FROM(skb->tc_verd); ifb_xmit() local
/linux-4.4.14/drivers/pnp/
H A Dcard.c327 pnp_request_card_device(struct pnp_card_link *clink, const char *id, struct pnp_dev *from) pnp_request_card_device() argument
/linux-4.4.14/drivers/base/regmap/
H A Dregmap-debugfs.c183 static ssize_t regmap_read_debugfs(struct regmap *map, unsigned int from, regmap_read_debugfs() argument
84 regmap_debugfs_get_dump_start(struct regmap *map, unsigned int base, loff_t from, loff_t *pos) regmap_debugfs_get_dump_start() argument
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_gem_context.c655 struct intel_context *from = ring->last_context; do_switch() local
598 should_skip_switch(struct intel_engine_cs *ring, struct intel_context *from, struct intel_context *to) should_skip_switch() argument
/linux-4.4.14/arch/tile/include/asm/
H A Duaccess.h360 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
367 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
403 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
410 _copy_from_user(void *to, const void __user *from, unsigned long n) _copy_from_user() argument
465 __copy_in_user(void __user *to, const void __user *from, unsigned long n) __copy_in_user() argument
472 copy_in_user(void __user *to, const void __user *from, unsigned long n) copy_in_user() argument
428 copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument
/linux-4.4.14/arch/um/drivers/
H A Dcow_user.c145 static int absolutize(char *to, int size, char *from) absolutize() argument
/linux-4.4.14/arch/um/kernel/skas/
H A Duaccess.c133 static int copy_chunk_from_user(unsigned long from, int len, void *arg) copy_chunk_from_user() argument
142 long __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
155 unsigned long *from_ptr = arg, from = *from_ptr; copy_chunk_to_user() local
162 long __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
173 static int strncpy_chunk_from_user(unsigned long from, int len, void *arg) strncpy_chunk_from_user() argument
/linux-4.4.14/arch/x86/kernel/fpu/
H A Dregset.c209 struct _fpxreg *from = (struct _fpxreg *) &fxsave->st_space[0]; convert_from_fxsr() local
246 struct _fpreg *from = (struct _fpreg *) &env->st_space[0]; convert_to_fxsr() local
/linux-4.4.14/arch/x86/um/
H A Dsignal.c87 struct _fpxreg *from; convert_fxsr_to_user() local
120 struct _fpreg __user *from; convert_fxsr_from_user() local
153 copy_sc_from_user(struct pt_regs *regs, struct sigcontext __user *from) copy_sc_from_user() argument
/linux-4.4.14/drivers/bluetooth/
H A Dhci_vhci.c294 static ssize_t vhci_write(struct kiocb *iocb, struct iov_iter *from) vhci_write() argument
169 vhci_get_user(struct vhci_data *data, struct iov_iter *from) vhci_get_user() argument
/linux-4.4.14/arch/alpha/include/asm/
H A Duaccess.h358 __copy_tofrom_user_nocheck(void *to, const void *from, long len) __copy_tofrom_user_nocheck() argument
375 __copy_tofrom_user(void *to, const void *from, long len, const void __user *validate) __copy_tofrom_user() argument
398 copy_to_user(void __user *to, const void *from, long n) copy_to_user() argument
404 copy_from_user(void *to, const void __user *from, long n) copy_from_user() argument
/linux-4.4.14/arch/alpha/kernel/
H A Dio.c420 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) memcpy_fromio() argument
474 void memcpy_toio(volatile void __iomem *to, const void *from, long count) memcpy_toio() argument
/linux-4.4.14/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c62 flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) flash_copy_from() argument
/linux-4.4.14/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c67 flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) flash_copy_from() argument
/linux-4.4.14/fs/f2fs/
H A Dinline.c68 bool truncate_inline_inode(struct page *ipage, u64 from) truncate_inline_inode() argument
/linux-4.4.14/fs/minix/
H A Ditree_common.c17 static inline int verify_chain(Indirect *from, Indirect *to) verify_chain() argument
/linux-4.4.14/fs/nilfs2/
H A Ddir.c78 static int nilfs_prepare_chunk(struct page *page, unsigned from, unsigned to) nilfs_prepare_chunk() argument
413 unsigned from = (char *) de - (char *) page_address(page); nilfs_set_link() local
444 unsigned from, to; nilfs_add_link() local
536 unsigned from = ((char *)dir - kaddr) & ~(nilfs_chunk_size(inode) - 1); nilfs_delete_entry() local
84 nilfs_commit_chunk(struct page *page, struct address_space *mapping, unsigned from, unsigned to) nilfs_commit_chunk() argument
H A Dpage.c443 nilfs_page_count_clean_buffers(struct page *page, unsigned from, unsigned to) nilfs_page_count_clean_buffers() argument
/linux-4.4.14/net/9p/
H A Dprotocol.c73 pdu_write_u(struct p9_fcall *pdu, struct iov_iter *from, size_t size) pdu_write_u() argument
444 struct iov_iter *from = p9pdu_vwritef() local
/linux-4.4.14/net/dccp/
H A Doptions.c409 const unsigned char *tail, *from; dccp_insert_option_ackvec() local
/linux-4.4.14/fs/afs/
H A Dwrite.c126 unsigned from = pos & (PAGE_CACHE_SIZE - 1); afs_write_begin() local
627 ssize_t afs_file_write(struct kiocb *iocb, struct iov_iter *from) afs_file_write() argument
/linux-4.4.14/fs/
H A Dchar_dev.c174 int register_chrdev_region(dev_t from, unsigned count, const char *name) register_chrdev_region() argument
285 void unregister_chrdev_region(dev_t from, unsigned count) unregister_chrdev_region() argument
/linux-4.4.14/fs/cifs/
H A Dcifs_unicode.c123 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, cifs_mapchar() argument
182 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, cifs_from_utf16() argument
253 cifs_strtoUTF16(__le16 *to, const char *from, int len, cifs_strtoUTF16() argument
309 cifs_utf16_bytes(const __le16 *from, int maxbytes, cifs_utf16_bytes() argument
565 cifs_local_to_utf16_bytes(const char *from, int len, cifs_local_to_utf16_bytes() argument
H A Dsmb2misc.c379 cifs_convert_path_to_utf16(const char *from, struct cifs_sb_info *cifs_sb) cifs_convert_path_to_utf16() argument
/linux-4.4.14/fs/ecryptfs/
H A Dmmap.c484 unsigned from = pos & (PAGE_CACHE_SIZE - 1); ecryptfs_write_end() local
/linux-4.4.14/kernel/irq/
H A Dirqdesc.c403 void irq_free_descs(unsigned int from, unsigned int cnt) irq_free_descs() argument
430 __irq_alloc_descs(int irq, unsigned int from, unsigned int cnt, int node, __irq_alloc_descs() argument
513 void irq_free_hwirqs(unsigned int from, int cnt) irq_free_hwirqs() argument
/linux-4.4.14/kernel/rcu/
H A Dsrcu.c90 static inline void rcu_batch_move(struct rcu_batch *to, struct rcu_batch *from) rcu_batch_move() argument
/linux-4.4.14/fs/overlayfs/
H A Doverlayfs.h180 static inline void ovl_copyattr(struct inode *from, struct inode *to) ovl_copyattr() argument
/linux-4.4.14/fs/sysv/
H A Dinode.c108 read3byte(struct sysv_sb_info *sbi, unsigned char * from, unsigned char * to) read3byte() argument
129 write3byte(struct sysv_sb_info *sbi, unsigned char * from, unsigned char * to) write3byte() argument
/linux-4.4.14/fs/ubifs/
H A Dkey.h422 static inline void key_read(const struct ubifs_info *c, const void *from, key_read() argument
437 key_write(const struct ubifs_info *c, const union ubifs_key *from, void *to) key_write() argument
453 key_write_idx(const struct ubifs_info *c, const union ubifs_key *from, void *to) key_write_idx() argument
468 key_copy(const struct ubifs_info *c, const union ubifs_key *from, union ubifs_key *to) key_copy() argument
/linux-4.4.14/fs/ufs/
H A Ddir.c513 unsigned from = ((char*)dir - kaddr) & ~(UFS_SB(sb)->s_uspi->s_dirblksize - 1); ufs_delete_entry() local
/linux-4.4.14/include/asm-generic/
H A Duaccess.h79 __copy_from_user(void *to, const void __user * from, unsigned long n) __copy_from_user() argument
109 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
257 copy_from_user(void *to, const void __user * from, unsigned long n) copy_from_user() argument
267 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
/linux-4.4.14/include/sound/
H A Dpcm_params.h95 snd_mask_set_range(struct snd_mask *mask, unsigned int from, unsigned int to) snd_mask_set_range() argument
103 snd_mask_reset_range(struct snd_mask *mask, unsigned int from, unsigned int to) snd_mask_reset_range() argument

Completed in 4502 milliseconds

123