| /include/linux/ |
| D | task_io_accounting_ops.h | 50 struct task_io_accounting *src) in task_blk_io_accounting_add() 86 struct task_io_accounting *src) in task_blk_io_accounting_add() 94 struct task_io_accounting *src) in task_chr_io_accounting_add() 104 struct task_io_accounting *src) in task_chr_io_accounting_add() 110 struct task_io_accounting *src) in task_io_accounting_add()
|
| D | string_helpers.h | 34 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any() 60 static inline int string_escape_mem_any_np(const char *src, size_t isz, in string_escape_mem_any_np() 66 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str() 72 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np()
|
| D | bitmap.h | 231 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() 242 const unsigned long *src, unsigned int nbits) in bitmap_copy_clear_tail() 301 static inline void bitmap_complement(unsigned long *dst, const unsigned long *src, in bitmap_complement() 366 static inline int bitmap_empty(const unsigned long *src, unsigned nbits) in bitmap_empty() 374 static inline int bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full() 382 static __always_inline int bitmap_weight(const unsigned long *src, unsigned int nbits) in bitmap_weight() 417 static inline void bitmap_shift_right(unsigned long *dst, const unsigned long *src, in bitmap_shift_right() 426 static inline void bitmap_shift_left(unsigned long *dst, const unsigned long *src, in bitmap_shift_left()
|
| D | fs_stack.h | 17 const struct inode *src) in fsstack_copy_attr_atime() 23 const struct inode *src) in fsstack_copy_attr_times()
|
| D | rpmsg.h | 36 u32 src; member 54 u32 src; member 201 static inline int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_send_offchannel() 227 static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_trysend_offchannel()
|
| D | uuid.h | 41 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy() 56 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy()
|
| D | nodemask.h | 193 #define nodes_complement(dst, src) \ argument 225 #define nodes_empty(src) __nodes_empty(&(src), MAX_NUMNODES) argument 243 #define nodes_shift_right(dst, src, n) \ argument 251 #define nodes_shift_left(dst, src, n) \ argument 262 #define first_node(src) __first_node(&(src)) argument 268 #define next_node(n, src) __next_node((n), &(src)) argument 278 #define next_node_in(n, src) __next_node_in((n), &(src)) argument 329 #define nodes_addr(src) ((src).bits) argument 353 #define nodes_remap(dst, src, old, new) \ argument
|
| D | linkmode.h | 13 static inline void linkmode_copy(unsigned long *dst, const unsigned long *src) in linkmode_copy() 30 static inline bool linkmode_empty(const unsigned long *src) in linkmode_empty()
|
| D | sram.h | 21 static inline void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, in sram_exec_copy()
|
| D | bio-crypt-ctx.h | 171 static inline void bio_crypt_clone(struct bio *dst, struct bio *src, in bio_crypt_clone() 204 const struct bio *src) in bio_clone_skip_dm_default_key() 219 const struct bio *src) in bio_clone_skip_dm_default_key()
|
| D | async_tx.h | 100 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ argument 120 int dst_count, struct page **src, int src_count, in async_tx_find_channel()
|
| D | string.h | 165 const void *src, size_t cnt) in memcpy_mcsafe() 172 static inline void memcpy_flushcache(void *dst, const void *src, size_t cnt) in memcpy_flushcache() 478 const void *src, size_t count, int pad) in memcpy_and_pad()
|
| D | crypto.h | 173 struct scatterlist *src; member 1257 struct scatterlist *src, struct scatterlist *dst, in ablkcipher_request_set_crypt() 1486 struct scatterlist *src, in crypto_blkcipher_encrypt() 1514 struct scatterlist *src, in crypto_blkcipher_encrypt_iv() 1539 struct scatterlist *src, in crypto_blkcipher_decrypt() 1564 struct scatterlist *src, in crypto_blkcipher_decrypt_iv() 1580 const u8 *src, unsigned int len) in crypto_blkcipher_set_iv() 1761 u8 *dst, const u8 *src) in crypto_cipher_encrypt_one() 1777 u8 *dst, const u8 *src) in crypto_cipher_decrypt_one() 1835 const u8 *src, unsigned int slen, in crypto_comp_compress() [all …]
|
| /include/linux/sunrpc/ |
| D | addr.h | 60 const struct sockaddr *src) in __rpc_copy_addr4() 86 const struct sockaddr *src) in __rpc_copy_addr6() 104 const struct sockaddr *src) in __rpc_copy_addr6() 158 const struct sockaddr *src) in rpc_copy_addr()
|
| /include/crypto/ |
| D | cbc.h | 21 u8 *src = walk->src.virt.addr; in crypto_cbc_encrypt_segment() local 43 u8 *src = walk->src.virt.addr; in crypto_cbc_encrypt_inplace() local 86 u8 *src = walk->src.virt.addr; in crypto_cbc_decrypt_segment() local 110 u8 *src = walk->src.virt.addr; in crypto_cbc_decrypt_inplace() local
|
| D | algapi.h | 99 } src, dst; member 122 } src, dst; member 200 static inline void crypto_xor(u8 *dst, const u8 *src, unsigned int size) in crypto_xor() 324 struct scatterlist *src, in blkcipher_walk_init() 334 struct scatterlist *src, in ablkcipher_walk_init()
|
| D | ctr.h | 38 u8 *src = walk.src.virt.addr; in crypto_ctr_encrypt_walk() local
|
| /include/asm-generic/ |
| D | uaccess.h | 220 __strncpy_from_user(char *dst, const char __user *src, long count) in __strncpy_from_user() 231 strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user() 252 static inline long strnlen_user(const char __user *src, long n) in strnlen_user()
|
| D | cacheflush.h | 100 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 108 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
|
| D | checksum.h | 38 #define csum_partial_copy_nocheck(src, dst, len, sum) \ argument
|
| /include/crypto/internal/ |
| D | scompress.h | 77 const u8 *src, unsigned int slen, in crypto_scomp_compress() 84 const u8 *src, unsigned int slen, in crypto_scomp_decompress()
|
| /include/linux/netfilter/ipset/ |
| D | ip_set_getport.h | 16 static inline bool ip_set_get_ip6_port(const struct sk_buff *skb, bool src, in ip_set_get_ip6_port()
|
| /include/uapi/linux/netfilter/ |
| D | xt_HMARK.h | 29 __u16 src; member 33 __be16 src; member
|
| /include/uapi/linux/ |
| D | rpmsg.h | 20 __u32 src; member
|
| /include/net/ |
| D | checksum.h | 26 __wsum csum_and_copy_from_user (const void __user *src, void *dst, in csum_and_copy_from_user() 41 (const void *src, void __user *dst, int len, __wsum sum, int *err_ptr) in csum_and_copy_to_user()
|