Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/linux-4.19.296/include/net/
Ddst.h108 static inline bool dst_metrics_read_only(const struct dst_entry *dst) in dst_metrics_read_only()
115 static inline void dst_destroy_metrics_generic(struct dst_entry *dst) in dst_destroy_metrics_generic()
122 static inline u32 *dst_metrics_write_ptr(struct dst_entry *dst) in dst_metrics_write_ptr()
136 static inline void dst_init_metrics(struct dst_entry *dst, in dst_init_metrics()
155 static inline u32 *dst_metrics_ptr(struct dst_entry *dst) in dst_metrics_ptr()
161 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw()
169 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric()
178 dst_metric_advmss(const struct dst_entry *dst) in dst_metric_advmss()
188 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set()
203 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature()
[all …]
Ddst_ops.h46 static inline int dst_entries_get_fast(struct dst_ops *dst) in dst_entries_get_fast()
51 static inline int dst_entries_get_slow(struct dst_ops *dst) in dst_entries_get_slow()
56 static inline void dst_entries_add(struct dst_ops *dst, int val) in dst_entries_add()
61 static inline int dst_entries_init(struct dst_ops *dst) in dst_entries_init()
66 static inline void dst_entries_destroy(struct dst_ops *dst) in dst_entries_destroy()
/linux-4.19.296/lib/
Dstring_helpers.c132 static bool unescape_space(char **src, char **dst) in unescape_space()
160 static bool unescape_octal(char **src, char **dst) in unescape_octal()
179 static bool unescape_hex(char **src, char **dst) in unescape_hex()
203 static bool unescape_special(char **src, char **dst) in unescape_special()
266 int string_unescape(char *src, char *dst, size_t size, unsigned int flags) in string_unescape()
301 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough()
311 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space()
347 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special()
377 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null()
395 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal()
[all …]
Dstrncpy_from_user.c14 #define IS_UNALIGNED(src, dst) 0 argument
16 #define IS_UNALIGNED(src, dst) \ argument
26 static inline long do_strncpy_from_user(char *dst, const char __user *src, in do_strncpy_from_user()
96 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user()
Diomap_copy.c35 u32 __iomem *dst = to; in __iowrite32_copy() local
56 u32 *dst = to; in __ioread32_copy() local
80 u64 __iomem *dst = to; in __iowrite64_copy() local
/linux-4.19.296/include/linux/
Dbitmap.h215 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()
225 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()
235 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy()
249 static inline void bitmap_copy_clear_tail(unsigned long *dst, in bitmap_copy_clear_tail()
275 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
283 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
292 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor()
301 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot()
309 static inline void bitmap_complement(unsigned long *dst, const unsigned long *src, in bitmap_complement()
405 static inline void bitmap_shift_right(unsigned long *dst, const unsigned long *src, in bitmap_shift_right()
[all …]
Dstring_helpers.h35 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any()
59 char *dst, size_t osz, const char *only) in string_escape_mem_any_np()
64 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str()
70 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np()
76 static inline void string_upper(char *dst, const char *src) in string_upper()
83 static inline void string_lower(char *dst, const char *src) in string_lower()
Dtask_io_accounting_ops.h49 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, in task_blk_io_accounting_add()
85 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, in task_blk_io_accounting_add()
93 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, in task_chr_io_accounting_add()
102 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, in task_chr_io_accounting_add()
108 static inline void task_io_accounting_add(struct task_io_accounting *dst, in task_io_accounting_add()
Dnodemask.h127 #define node_set(node, dst) __node_set((node), &(dst)) argument
133 #define node_clear(node, dst) __node_clear((node), &(dst)) argument
139 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES) argument
145 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES) argument
161 #define nodes_and(dst, src1, src2) \ argument
169 #define nodes_or(dst, src1, src2) \ argument
177 #define nodes_xor(dst, src1, src2) \ argument
185 #define nodes_andnot(dst, src1, src2) \ argument
193 #define nodes_complement(dst, src) \ argument
243 #define nodes_shift_right(dst, src, n) \ argument
[all …]
Drpmsg.h37 u32 dst; member
55 u32 dst; member
192 u32 dst) in rpmsg_sendto()
202 u32 dst, void *data, int len) in rpmsg_send_offchannel()
219 int len, u32 dst) in rpmsg_trysendto()
228 u32 dst, void *data, int len) in rpmsg_trysend_offchannel()
/linux-4.19.296/drivers/char/hw_random/
Dxgene-rng.c66 #define MAX_REFILL_CYCLES_SET(dst, src) \ argument
68 #define MIN_REFILL_CYCLES_SET(dst, src) \ argument
70 #define ALARM_THRESHOLD_SET(dst, src) \ argument
72 #define ENABLE_RNG_SET(dst, src) \ argument
74 #define REGSPEC_TEST_MODE_SET(dst, src) \ argument
76 #define MONOBIT_FAIL_MASK_SET(dst, src) \ argument
78 #define POKER_FAIL_MASK_SET(dst, src) \ argument
80 #define LONG_RUN_FAIL_MASK_SET(dst, src) \ argument
82 #define RUN_FAIL_MASK_SET(dst, src) \ argument
84 #define NOISE_FAIL_MASK_SET(dst, src) \ argument
[all …]
/linux-4.19.296/crypto/
Dlz4hc.c66 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_compress_crypto()
79 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4hc_scompress()
86 unsigned int slen, u8 *dst, in lz4hc_compress_crypto()
96 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_decompress_crypto()
108 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4hc_sdecompress()
115 unsigned int slen, u8 *dst, in lz4hc_decompress_crypto()
Dlz4.c67 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_compress_crypto()
80 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_scompress()
87 unsigned int slen, u8 *dst, unsigned int *dlen) in lz4_compress_crypto()
95 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_decompress_crypto()
107 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_sdecompress()
114 unsigned int slen, u8 *dst, in lz4_decompress_crypto()
Dlzo.c66 u8 *dst, unsigned int *dlen, void *ctx) in __lzo_compress()
81 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_compress()
89 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_scompress()
96 u8 *dst, unsigned int *dlen) in __lzo_decompress()
111 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_decompress()
117 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_sdecompress()
Dzstd.c159 u8 *dst, unsigned int *dlen, void *ctx) in __zstd_compress()
173 unsigned int slen, u8 *dst, unsigned int *dlen) in zstd_compress()
181 unsigned int slen, u8 *dst, unsigned int *dlen, in zstd_scompress()
188 u8 *dst, unsigned int *dlen, void *ctx) in __zstd_decompress()
201 unsigned int slen, u8 *dst, unsigned int *dlen) in zstd_decompress()
209 unsigned int slen, u8 *dst, unsigned int *dlen, in zstd_sdecompress()
D842.c76 u8 *dst, unsigned int *dlen) in crypto842_compress()
85 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_scompress()
92 u8 *dst, unsigned int *dlen) in crypto842_decompress()
99 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_sdecompress()
Daegis.h42 static void crypto_aegis_block_xor(union aegis_block *dst, in crypto_aegis_block_xor()
49 static void crypto_aegis_block_and(union aegis_block *dst, in crypto_aegis_block_and()
56 static void crypto_aegis_aesenc(union aegis_block *dst, in crypto_aegis_aesenc()
Dtea.c62 static void tea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tea_encrypt()
90 static void tea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tea_decrypt()
135 static void xtea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xtea_encrypt()
156 static void xtea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xtea_decrypt()
179 static void xeta_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xeta_encrypt()
200 static void xeta_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xeta_decrypt()
Ddeflate.c181 u8 *dst, unsigned int *dlen, void *ctx) in __deflate_compress()
210 unsigned int slen, u8 *dst, unsigned int *dlen) in deflate_compress()
218 unsigned int slen, u8 *dst, unsigned int *dlen, in deflate_scompress()
225 u8 *dst, unsigned int *dlen, void *ctx) in __deflate_decompress()
266 unsigned int slen, u8 *dst, unsigned int *dlen) in deflate_decompress()
274 unsigned int slen, u8 *dst, unsigned int *dlen, in deflate_sdecompress()
Dmorus640.c107 static void crypto_morus640_load_a(struct morus640_block *dst, const u8 *src) in crypto_morus640_load_a()
116 static void crypto_morus640_load_u(struct morus640_block *dst, const u8 *src) in crypto_morus640_load_u()
125 static void crypto_morus640_load(struct morus640_block *dst, const u8 *src) in crypto_morus640_load()
133 static void crypto_morus640_store_a(u8 *dst, const struct morus640_block *src) in crypto_morus640_store_a()
142 static void crypto_morus640_store_u(u8 *dst, const struct morus640_block *src) in crypto_morus640_store_u()
151 static void crypto_morus640_store(u8 *dst, const struct morus640_block *src) in crypto_morus640_store()
197 static void crypto_morus640_encrypt_chunk(struct morus640_state *state, u8 *dst, in crypto_morus640_encrypt_chunk()
244 static void crypto_morus640_decrypt_chunk(struct morus640_state *state, u8 *dst, in crypto_morus640_decrypt_chunk()
Dmorus1280.c101 static void crypto_morus1280_load_a(struct morus1280_block *dst, const u8 *src) in crypto_morus1280_load_a()
110 static void crypto_morus1280_load_u(struct morus1280_block *dst, const u8 *src) in crypto_morus1280_load_u()
119 static void crypto_morus1280_load(struct morus1280_block *dst, const u8 *src) in crypto_morus1280_load()
127 static void crypto_morus1280_store_a(u8 *dst, const struct morus1280_block *src) in crypto_morus1280_store_a()
136 static void crypto_morus1280_store_u(u8 *dst, const struct morus1280_block *src) in crypto_morus1280_store_u()
145 static void crypto_morus1280_store(u8 *dst, const struct morus1280_block *src) in crypto_morus1280_store()
192 u8 *dst, const u8 *src, in crypto_morus1280_encrypt_chunk()
240 u8 *dst, const u8 *src, in crypto_morus1280_decrypt_chunk()
Dghash-generic.c63 u8 *dst = dctx->buffer; in ghash_update() local
97 u8 *dst = dctx->buffer; in ghash_flush() local
111 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final()
/linux-4.19.296/include/linux/sunrpc/
Daddr.h59 static inline bool __rpc_copy_addr4(struct sockaddr *dst, in __rpc_copy_addr4()
85 static inline bool __rpc_copy_addr6(struct sockaddr *dst, in __rpc_copy_addr6()
103 static inline bool __rpc_copy_addr6(struct sockaddr *dst, in __rpc_copy_addr6()
157 static inline bool rpc_copy_addr(struct sockaddr *dst, in rpc_copy_addr()
/linux-4.19.296/fs/ntfs/
Drunlist.c34 static inline void ntfs_rl_mm(runlist_element *base, int dst, int src, in ntfs_rl_mm()
47 static inline void ntfs_rl_mc(runlist_element *dstbase, int dst, in ntfs_rl_mc()
155 static inline bool ntfs_are_rl_mergeable(runlist_element *dst, in ntfs_are_rl_mergeable()
189 static inline void __ntfs_rl_merge(runlist_element *dst, runlist_element *src) in __ntfs_rl_merge()
218 static inline runlist_element *ntfs_rl_append(runlist_element *dst, in ntfs_rl_append()
285 static inline runlist_element *ntfs_rl_insert(runlist_element *dst, in ntfs_rl_insert()
381 static inline runlist_element *ntfs_rl_replace(runlist_element *dst, in ntfs_rl_replace()
470 static inline runlist_element *ntfs_rl_split(runlist_element *dst, int dsize, in ntfs_rl_split()
1252 static inline int ntfs_write_significant_bytes(s8 *dst, const s8 *dst_max, in ntfs_write_significant_bytes()
1323 int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, in ntfs_mapping_pairs_build()
/linux-4.19.296/lib/lzo/
Dlzodefs.h16 #define COPY4(dst, src) \ argument
19 #define COPY8(dst, src) \ argument
22 #define COPY8(dst, src) \ argument

12345678910>>...13