Home
last modified time | relevance | path

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

12

/include/asm-generic/
Duaccess.h77 const void __user * from, unsigned long n) in __copy_from_user()
107 const void *from, unsigned long n) in __copy_to_user()
259 const void __user * from, unsigned long n) in copy_from_user()
271 const void *from, unsigned long n) in copy_to_user()
Dpage.h28 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) argument
31 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
/include/linux/
Duaccess.h65 const void __user *from, unsigned long n) in __copy_from_user_inatomic_nocache()
71 const void __user *from, unsigned long n) in __copy_from_user_nocache()
Dparser.h24 char *from; member
Ddebug_locks.h65 debug_check_no_locks_freed(const void *from, unsigned long len) in debug_check_no_locks_freed()
Disapnp.h112 struct pnp_card *from) { return NULL; } in pnp_find_card()
116 struct pnp_dev *from) { return NULL; } in pnp_find_dev()
Dcmdline-parser.h20 sector_t from; 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()
Duidgid.h142 static inline kuid_t make_kuid(struct user_namespace *from, uid_t uid) in make_kuid()
147 static inline kgid_t make_kgid(struct user_namespace *from, gid_t gid) in make_kgid()
Dprojid.h64 static inline kprojid_t make_kprojid(struct user_namespace *from, projid_t projid) in make_kprojid()
Drtmutex.h50 static inline int rt_mutex_debug_check_no_locks_freed(const void *from, in rt_mutex_debug_check_no_locks_freed()
Dof.h249 #define for_each_of_allnodes_from(from, dn) \ argument
545 static inline struct device_node *of_find_node_by_name(struct device_node *from, in of_find_node_by_name()
551 static inline struct device_node *of_find_node_by_type(struct device_node *from, in of_find_node_by_type()
558 struct device_node *from, in of_find_matching_node_and_match()
599 struct device_node *from, const char *prop_name) in of_find_node_with_property()
640 struct device_node *from, in of_find_compatible_node()
870 struct device_node *from, in of_find_matching_node()
Dtopology.h51 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) argument
Dseq_file.h18 size_t from; member
Dof_address.h72 struct device_node *from, in of_find_matching_node_by_address()
/include/linux/mtd/
Dmap.h270 #define INVALIDATE_CACHED_RANGE(map, from, size) \ argument
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/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
/include/net/
Dchecksum.h128 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4()
156 __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()
Dinet_ecn.h122 __be32 from, to; in IP6_ECN_set_ce() local
/include/uapi/linux/netfilter/
Dxt_connbytes.h20 __aligned_u64 from; /* count to be matched */ member
/include/media/
Dv4l2-rect.h131 const struct v4l2_rect *from, in v4l2_rect_scale()
/include/uapi/linux/
Dnbd.h63 __be64 from; member
/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()

12