/include/linux/ |
D | uaccess.h | 44 const void __user *from, unsigned long n) in __copy_from_user_inatomic_nocache() 50 const void __user *from, unsigned long n) in __copy_from_user_nocache()
|
D | parser.h | 24 char *from; member
|
D | debug_locks.h | 65 debug_check_no_locks_freed(const void *from, unsigned long len) in debug_check_no_locks_freed()
|
D | isapnp.h | 116 struct pnp_card *from) { return NULL; } in pnp_find_card() 120 struct pnp_dev *from) { return NULL; } in pnp_find_dev()
|
D | of_address.h | 36 struct device_node *from, in of_find_matching_node_by_address()
|
D | migrate.h | 47 const nodemask_t *from, const nodemask_t *to, in migrate_vmas()
|
D | rtmutex.h | 48 static inline int rt_mutex_debug_check_no_locks_freed(const void *from, in rt_mutex_debug_check_no_locks_freed()
|
D | highmem.h | 262 static inline void copy_user_highpage(struct page *to, struct page *from, in copy_user_highpage() 276 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage()
|
D | seq_file.h | 20 size_t from; member
|
D | topology.h | 55 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) argument
|
D | nbd.h | 89 __be64 from; member
|
D | skbuff.h | 1945 char __user *from, int copy) in skb_add_data() 2176 const void *from, in skb_copy_to_linear_data() 2184 const void *from, in skb_copy_to_linear_data_offset() 2435 static inline void skb_copy_secmark(struct sk_buff *to, const struct sk_buff *from) in skb_copy_secmark() 2445 static inline void skb_copy_secmark(struct sk_buff *to, const struct sk_buff *from) in skb_copy_secmark() 2462 static inline void skb_copy_queue_mapping(struct sk_buff *to, const struct sk_buff *from) in skb_copy_queue_mapping()
|
D | dmi.h | 115 const struct dmi_device *from) { return NULL; } in dmi_find_device()
|
D | irq.h | 583 #define irq_alloc_descs(irq, from, cnt, node) \ argument 592 #define irq_alloc_desc_from(from, node) \ argument
|
D | kfifo.h | 617 #define kfifo_from_user(fifo, from, len, copied) \ argument
|
D | memcontrol.h | 271 enum lru_list from, in mem_cgroup_lru_move_lists()
|
/include/net/ |
D | checksum.h | 97 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4() 104 static inline void csum_replace2(__sum16 *sum, __be16 from, __be16 to) in csum_replace2() 114 __be16 from, __be16 to, in inet_proto_csum_replace2()
|
D | udplite.h | 19 static __inline__ int udplite_getfrag(void *from, char *to, int offset, in udplite_getfrag()
|
/include/asm-generic/ |
D | uaccess.h | 79 const void __user * from, unsigned long n) in __copy_from_user() 109 const void *from, unsigned long n) in __copy_to_user() 244 const void __user * from, unsigned long n) in copy_from_user() 254 const void *from, unsigned long n) in copy_to_user()
|
D | page.h | 31 #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
|
/include/linux/mtd/ |
D | map.h | 269 #define INVALIDATE_CACHED_RANGE(map, from, size) \ argument 431 static inline void inline_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t… in inline_map_copy_from() 439 static inline void inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssi… in inline_map_copy_to() 446 #define map_copy_from(map, to, from, len) (map)->copy_from(map, to, from, len) argument 448 #define map_copy_to(map, to, from, len) (map)->copy_to(map, to, from, len) argument 455 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) argument 457 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len) 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 | 38 #define ip_set_mask_from_to(from, to, cidr) \ argument
|
/include/linux/netfilter/ |
D | xt_connbytes.h | 20 __aligned_u64 from; /* count to be matched */ member
|
/include/sound/ |
D | pcm_params.h | 119 unsigned int from, unsigned int to) in snd_mask_set_range() 127 unsigned int from, unsigned int to) in snd_mask_reset_range()
|