| /include/linux/ |
| D | uaccess.h | 62 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) in __copy_from_user_inatomic() 70 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user() 92 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) in __copy_to_user_inatomic() 100 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() 110 _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user() 129 _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user() 144 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user() 152 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() 160 copy_in_user(void __user *to, const void __user *from, unsigned long n) in copy_in_user() 225 static inline unsigned long __copy_from_user_inatomic_nocache(void *to, in __copy_from_user_inatomic_nocache()
|
| D | hwspinlock.h | 108 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()
|
| D | uidgid.h | 153 static inline uid_t from_kuid(struct user_namespace *to, kuid_t kuid) in from_kuid() 158 static inline gid_t from_kgid(struct user_namespace *to, kgid_t kgid) in from_kgid() 163 static inline uid_t from_kuid_munged(struct user_namespace *to, kuid_t kuid) in from_kuid_munged() 171 static inline gid_t from_kgid_munged(struct user_namespace *to, kgid_t kgid) in from_kgid_munged()
|
| D | projid.h | 70 static inline projid_t from_kprojid(struct user_namespace *to, kprojid_t kprojid) in from_kprojid() 75 static inline projid_t from_kprojid_munged(struct user_namespace *to, kprojid_t kprojid) in from_kprojid_munged()
|
| D | parser.h | 26 char *to; member
|
| D | psi.h | 55 static inline void cgroup_move_task(struct task_struct *p, struct css_set *to) in cgroup_move_task()
|
| D | highmem.h | 226 static inline void copy_user_highpage(struct page *to, struct page *from, in copy_user_highpage() 240 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage()
|
| D | assoc_array_priv.h | 95 struct assoc_array_ptr *to; member 99 u8 to; member
|
| D | userfaultfd_k.h | 116 unsigned long to, in mremap_userfaultfd_complete()
|
| D | topology.h | 51 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) argument
|
| D | signal.h | 14 static inline void copy_siginfo(struct siginfo *to, struct siginfo *from) in copy_siginfo()
|
| D | mempolicy.h | 286 const nodemask_t *to, int flags) in do_migrate_pages()
|
| /include/net/ |
| D | seg6.h | 24 __be32 to) in update_csum_diff4() 32 __be32 *to) in update_csum_diff16()
|
| D | checksum.h | 128 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4() 156 __be16 from, __be16 to, in inet_proto_csum_replace2()
|
| D | udplite.h | 20 static __inline__ int udplite_getfrag(void *from, char *to, int offset, in udplite_getfrag()
|
| D | inet_ecn.h | 123 __be32 from, to; in IP6_ECN_set_ce() local
|
| /include/trace/events/ |
| D | xdp.h | 105 #define _trace_xdp_redirect(dev, xdp, to) \ argument 108 #define _trace_xdp_redirect_err(dev, xdp, to, err) \ argument
|
| /include/linux/netfilter/ipset/ |
| D | ip_set_bitmap.h | 18 range_to_mask(u32 from, u32 to, u8 *bits) in range_to_mask()
|
| D | pfxlen.h | 39 #define ip_set_mask_from_to(from, to, cidr) \ argument
|
| /include/linux/mtd/ |
| D | map.h | 444 static inline void inline_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t… in inline_map_copy_from() 452 static inline void inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssi… in inline_map_copy_to() 459 #define map_copy_from(map, to, from, len) (map)->copy_from(map, to, from, len) argument 461 #define map_copy_to(map, to, from, len) (map)->copy_to(map, to, from, len) argument 468 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) argument 470 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len) argument
|
| /include/asm-generic/ |
| D | uaccess.h | 209 __clear_user(void __user *to, unsigned long n) in __clear_user() 217 clear_user(void __user *to, unsigned long n) in clear_user()
|
| D | page.h | 29 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) argument 32 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
|
| /include/uapi/linux/netfilter/ |
| D | xt_connbytes.h | 22 __aligned_u64 to; /* count to be matched */ member
|
| /include/media/ |
| D | v4l2-rect.h | 132 const struct v4l2_rect *to) in v4l2_rect_scale()
|
| /include/sound/ |
| D | pcm_params.h | 96 unsigned int from, unsigned int to) in snd_mask_set_range() 104 unsigned int from, unsigned int to) in snd_mask_reset_range()
|