Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 33) sorted by relevance

12

/include/linux/
Dhwspinlock.h106 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout()
210 unsigned int to, unsigned long *flags) in hwspin_lock_timeout_irqsave()
233 int hwspin_lock_timeout_irq(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_irq()
258 int hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout()
Duaccess.h42 static inline unsigned long __copy_from_user_inatomic_nocache(void *to, in __copy_from_user_inatomic_nocache()
48 static inline unsigned long __copy_from_user_nocache(void *to, in __copy_from_user_nocache()
Duidgid.h140 static inline uid_t from_kuid(struct user_namespace *to, kuid_t kuid) in from_kuid()
145 static inline gid_t from_kgid(struct user_namespace *to, kgid_t kgid) in from_kgid()
150 static inline uid_t from_kuid_munged(struct user_namespace *to, kuid_t kuid) in from_kuid_munged()
158 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.h224 static inline void copy_user_highpage(struct page *to, struct page *from, in copy_user_highpage()
238 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
Dtopology.h55 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) argument
Dmigrate.h61 const nodemask_t *from, const nodemask_t *to, in migrate_vmas()
Dmempolicy.h272 const nodemask_t *to, int flags) in do_migrate_pages()
Dgenhd.h216 static inline void part_pack_uuid(const u8 *uuid_str, u8 *to) in part_pack_uuid()
234 static inline int blk_part_pack_uuid(const u8 *uuid_str, u8 *to) in blk_part_pack_uuid()
727 static inline int blk_part_pack_uuid(const u8 *uuid_str, u8 *to) in blk_part_pack_uuid()
Dskbuff.h949 static inline void skb_copy_hash(struct sk_buff *to, const struct sk_buff *from) in skb_copy_hash()
2719 void *to, in skb_copy_from_linear_data()
2726 const int offset, void *to, in skb_copy_from_linear_data_offset()
3159 static inline void skb_copy_secmark(struct sk_buff *to, const struct sk_buff *from) in skb_copy_secmark()
3169 static inline void skb_copy_secmark(struct sk_buff *to, const struct sk_buff *from) in skb_copy_secmark()
3199 static inline void skb_copy_queue_mapping(struct sk_buff *to, const struct sk_buff *from) in skb_copy_queue_mapping()
/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()
261 static inline long copy_from_user(void *to, in copy_from_user()
273 static inline long copy_to_user(void __user *to, in copy_to_user()
337 __clear_user(void __user *to, unsigned long n) in __clear_user()
345 clear_user(void __user *to, unsigned long n) in clear_user()
Dsiginfo.h24 static inline void copy_siginfo(struct siginfo *to, struct siginfo *from) in copy_siginfo()
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
/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.h123 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4()
147 __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
Dinetpeer.h110 static inline void inetpeer_transfer_peer(unsigned long *to, unsigned long *from) in inetpeer_transfer_peer()
/include/linux/mtd/
Dmap.h441 static inline void inline_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t… in inline_map_copy_from()
449 static inline void inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssi… in inline_map_copy_to()
456 #define map_copy_from(map, to, from, len) (map)->copy_from(map, to, from, len) argument
458 #define map_copy_to(map, to, from, len) (map)->copy_to(map, to, from, len) argument
465 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) argument
467 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len) argument
/include/uapi/linux/netfilter/
Dxt_connbytes.h21 __aligned_u64 to; /* count to be matched */ member
/include/sound/
Dpcm_params.h121 unsigned int from, unsigned int to) in snd_mask_set_range()
129 unsigned int from, unsigned int to) in snd_mask_reset_range()
/include/net/sctp/
Dcommand.h130 sctp_event_timeout_t to; member

12