| /include/linux/ |
| D | fs_stack.h | 12 extern void fsstack_copy_attr_all(struct inode *dest, const struct inode *src); 16 static inline void fsstack_copy_attr_atime(struct inode *dest, in fsstack_copy_attr_atime() argument 19 inode_set_atime_to_ts(dest, inode_get_atime(src)); in fsstack_copy_attr_atime() 22 static inline void fsstack_copy_attr_times(struct inode *dest, in fsstack_copy_attr_times() argument 25 inode_set_atime_to_ts(dest, inode_get_atime(src)); in fsstack_copy_attr_times() 26 inode_set_mtime_to_ts(dest, inode_get_mtime(src)); in fsstack_copy_attr_times() 27 inode_set_ctime_to_ts(dest, inode_get_ctime(src)); in fsstack_copy_attr_times()
|
| D | lz4.h | 197 int LZ4_compress_default(const char *source, char *dest, int inputSize, 221 int LZ4_compress_fast(const char *source, char *dest, int inputSize, 245 int LZ4_compress_destSize(const char *source, char *dest, int *sourceSizePtr, 271 int LZ4_decompress_fast(const char *source, char *dest, int originalSize); 292 int LZ4_decompress_safe(const char *source, char *dest, int compressedSize, 320 int LZ4_decompress_safe_partial(const char *source, char *dest, 561 const char *source, char *dest, int compressedSize, 600 const char *source, char *dest, int originalSize); 622 int LZ4_decompress_safe_usingDict(const char *source, char *dest, 645 int LZ4_decompress_fast_usingDict(const char *source, char *dest,
|
| D | string.h | 115 #define sized_strscpy_pad(dest, src, count) ({ \ argument 116 char *__dst = (dest); \ 397 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count, 414 #define strtomem_pad(dest, src, pad) do { \ argument 415 const size_t _dest_len = __builtin_object_size(dest, 1); \ 420 memcpy_and_pad(dest, _dest_len, src, \ 437 #define strtomem(dest, src) do { \ argument 438 const size_t _dest_len = __builtin_object_size(dest, 1); \ 443 memcpy(dest, src, strnlen(src, min(_src_len, _dest_len))); \ 456 #define memtostr(dest, src) do { \ argument [all …]
|
| D | async_tx.h | 162 async_xor(struct page *dest, struct page **src_list, unsigned int offset, 166 async_xor_offs(struct page *dest, unsigned int offset, 171 async_xor_val(struct page *dest, struct page **src_list, unsigned int offset, 176 async_xor_val_offs(struct page *dest, unsigned int offset, 182 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
|
| D | unicode.h | 68 unsigned char *dest, size_t dlen); 71 unsigned char *dest, size_t dlen);
|
| D | kmsan_string.h | 19 void *__msan_memmove(void *dest, const void *src, size_t len);
|
| D | ucs2_string.h | 17 unsigned long ucs2_as_utf8(u8 *dest, const ucs2_char_t *src,
|
| D | nubus.h | 155 void nubus_get_rsrc_mem(void *dest, const struct nubus_dirent *dirent, 157 unsigned int nubus_get_rsrc_str(char *dest, const struct nubus_dirent *dirent,
|
| /include/linux/mlx5/ |
| D | doorbell.h | 50 static inline void mlx5_write64(__be32 val[2], void __iomem *dest) in mlx5_write64() argument 53 __raw_writeq(*(u64 *)val, dest); in mlx5_write64() 55 __raw_writel((__force u32) val[0], dest); in mlx5_write64() 56 __raw_writel((__force u32) val[1], dest + 4); in mlx5_write64()
|
| /include/linux/mlx4/ |
| D | doorbell.h | 55 static inline void mlx4_write64(__be32 val[2], void __iomem *dest, in mlx4_write64() argument 58 __raw_writeq(*(u64 *) val, dest); in mlx4_write64() 73 static inline void mlx4_write64(__be32 val[2], void __iomem *dest, in mlx4_write64() argument 79 __raw_writel((__force u32) val[0], dest); in mlx4_write64() 80 __raw_writel((__force u32) val[1], dest + 4); in mlx4_write64()
|
| /include/uapi/linux/netfilter/ |
| D | xt_addrtype.h | 33 __u16 dest; /* dest-type mask */ member 40 __u16 dest; /* dest-type mask */ member
|
| /include/linux/dsa/ |
| D | ocelot.h | 232 static inline void ocelot_ifh_set_dest(void *injection, u64 dest) in ocelot_ifh_set_dest() argument 234 packing(injection, &dest, 67, 56, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_dest() 242 static inline void seville_ifh_set_dest(void *injection, u64 dest) in seville_ifh_set_dest() argument 244 packing(injection, &dest, 67, 57, OCELOT_TAG_LEN, PACK, 0); in seville_ifh_set_dest()
|
| /include/linux/decompress/ |
| D | unxz.h | 13 long (*fill)(void *dest, unsigned long size),
|
| /include/trace/stages/ |
| D | stage6_event_callback.h | 79 #define __assign_sockaddr(dest, src, len) \ argument 80 memcpy(__get_dynamic_array(dest), src, len) 129 #define __assign_rel_sockaddr(dest, src, len) \ argument 130 memcpy(__get_rel_dynamic_array(dest), src, len)
|
| /include/uapi/linux/ |
| D | udp.h | 25 __be16 dest; member
|
| D | if_arcnet.h | 107 __u8 dest; /* destination ARCnet - 0 for broadcast */ member
|
| /include/net/tc_act/ |
| D | tc_vlan.h | 82 static inline void tcf_vlan_push_eth(unsigned char *src, unsigned char *dest, in tcf_vlan_push_eth() argument 86 memcpy(dest, rcu_dereference(to_vlan(a)->vlan_p)->tcfv_push_dst, ETH_ALEN); in tcf_vlan_push_eth()
|
| /include/linux/raid/ |
| D | xor.h | 8 void *dest, void **srcs);
|
| /include/net/ |
| D | rps.h | 134 static inline void rps_input_queue_tail_save(u32 *dest, u32 tail) in rps_input_queue_tail_save() argument 137 WRITE_ONCE(*dest, tail); in rps_input_queue_tail_save()
|
| D | ip_vs.h | 596 struct ip_vs_dest *dest; /* real server */ member 771 int (*add_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest); 773 int (*del_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest); 775 int (*upd_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest); 799 struct ip_vs_dest *dest, 1286 struct ip_vs_dest *dest, 1357 struct ip_vs_dest *dest, __u32 fwmark); 1553 static inline void ip_vs_dest_hold(struct ip_vs_dest *dest) in ip_vs_dest_hold() argument 1555 refcount_inc(&dest->refcnt); in ip_vs_dest_hold() 1558 static inline void ip_vs_dest_put(struct ip_vs_dest *dest) in ip_vs_dest_put() argument [all …]
|
| /include/rdma/ |
| D | ib_sa.h | 265 static inline void sa_convert_path_opa_to_ib(struct sa_path_rec *dest, in sa_convert_path_opa_to_ib() argument 271 *dest = *src; in sa_convert_path_opa_to_ib() 272 dest->rec_type = SA_PATH_REC_TYPE_IB; in sa_convert_path_opa_to_ib() 273 path_conv_opa_to_ib(dest, src); in sa_convert_path_opa_to_ib() 277 static inline void sa_convert_path_ib_to_opa(struct sa_path_rec *dest, in sa_convert_path_ib_to_opa() argument 284 *dest = *src; in sa_convert_path_ib_to_opa() 285 dest->rec_type = SA_PATH_REC_TYPE_OPA; in sa_convert_path_ib_to_opa() 286 path_conv_ib_to_opa(dest, src); in sa_convert_path_ib_to_opa()
|
| /include/asm-generic/ |
| D | early_ioremap.h | 38 extern void copy_from_early_mem(void *dest, phys_addr_t src,
|
| /include/crypto/internal/ |
| D | ecc.h | 207 void vli_from_be64(u64 *dest, const void *src, unsigned int ndigits); 216 void vli_from_le64(u64 *dest, const void *src, unsigned int ndigits);
|
| /include/uapi/sound/ |
| D | asequencer.h | 150 struct snd_seq_addr dest; member 280 struct snd_seq_addr dest; /* destination address */ member 293 struct snd_seq_addr dest; /* destination address */ member 408 struct snd_seq_addr dest; /* Address for REMOVE_DEST */ member 572 struct snd_seq_addr dest; /* destination address */ member
|
| /include/linux/platform_data/ |
| D | cros_ec_proto.h | 163 unsigned int bytes, void *dest); 264 int cros_ec_cmd_readmem(struct cros_ec_device *ec_dev, u8 offset, u8 size, void *dest);
|