/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | sram-init.c | 64 void *dst = NULL; in omap_sram_push() local 75 dst = fncpy(sram, funcp, size); in omap_sram_push() 79 return dst; in omap_sram_push()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_kernel.c | 33 #define CORE_READ(dst, src) bpf_core_read(dst, sizeof(*(dst)), src)
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-g2d/ |
H A D | g2d-hw.c | 84 struct g2d_frame *dst) in g2d_set_v41_stretch() 89 w((src->c_width << 16) / dst->c_width, SRC_XSCALE_REG); in g2d_set_v41_stretch() 90 w((src->c_height << 16) / dst->c_height, SRC_YSCALE_REG); in g2d_set_v41_stretch() 83 g2d_set_v41_stretch(struct g2d_dev *d, struct g2d_frame *src, struct g2d_frame *dst) g2d_set_v41_stretch() argument
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
H A D | recv_linux.c | 87 bool mcast = is_multicast_ether_addr(pattrib->dst); in rtw_recv_indicatepkt() 89 if (memcmp(pattrib->dst, myid(&padapter->eeprompriv), in rtw_recv_indicatepkt() 95 psta = rtw_get_stainfo(pstapriv, pattrib->dst); in rtw_recv_indicatepkt()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | fib.h | 30 __array( __u8, dst, 4 ) 55 p32 = (__be32 *) __entry->dst; 96 __entry->src, __entry->sport, __entry->dst, __entry->dport,
|
H A D | fib6.h | 29 __array( __u8, dst, 16 ) 52 in6 = (struct in6_addr *)__entry->dst; 84 __entry->src, __entry->sport, __entry->dst, __entry->dport,
|
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | zstd_wrapper.c | 82 out_buf.dst = squashfs_first_page(output); in zstd_uncompress() 106 out_buf.dst = squashfs_next_page(output); in zstd_uncompress() 107 if (out_buf.dst == NULL) { in zstd_uncompress()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | xfrm6_output.c | 14 #include <net/dst.h> 70 struct dst_entry *dst = skb_dst(skb); in __xfrm6_output() local 71 struct xfrm_state *x = dst->xfrm; in __xfrm6_output()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_nat_ftp.c | 81 newaddr = ct->tuplehash[!dir].tuple.dst.u3; in nf_nat_ftp() 82 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in nf_nat_ftp() 93 exp->tuple.dst.u.tcp.port = htons(port); in nf_nat_ftp()
|
H A D | nf_nat_irc.c | 45 newaddr = ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3; in help() 47 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in help() 55 exp->tuple.dst.u.tcp.port = htons(port); in help()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_rect.h | 210 bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst, 213 const struct drm_rect *dst, 216 const struct drm_rect *dst,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | interconnect-provider.h | 63 int (*set)(struct icc_node *src, struct icc_node *dst); 121 int icc_link_destroy(struct icc_node *src, struct icc_node *dst); 152 static inline int icc_link_destroy(struct icc_node *src, struct icc_node *dst) in icc_link_destroy() argument
|
H A D | lz4.h | 328 * LZ4_compress_HC() - Compress data from `src` into `dst`, using HC algorithm 330 * @dst: output buffer address of the compressed data 332 * @dstCapacity: full or partial size of buffer 'dst', 340 * Compress data from 'src' into 'dst', using the more powerful 344 * Return : the number of bytes written into 'dst' or 0 if compression fails. 346 int LZ4_compress_HC(const char *src, char *dst, int srcSize, int dstCapacity, 384 * @dst: output buffer address of the compressed data, 405 * 'dst' buffer should be sized to handle worst case scenarios, using 413 * Return: Number of bytes written into buffer 'dst' or 0 if compression fails 416 char *dst, in [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | lz4.h | 328 * LZ4_compress_HC() - Compress data from `src` into `dst`, using HC algorithm 330 * @dst: output buffer address of the compressed data 332 * @dstCapacity: full or partial size of buffer 'dst', 340 * Compress data from 'src' into 'dst', using the more powerful 344 * Return : the number of bytes written into 'dst' or 0 if compression fails. 346 int LZ4_compress_HC(const char *src, char *dst, int srcSize, int dstCapacity, 384 * @dst: output buffer address of the compressed data, 405 * 'dst' buffer should be sized to handle worst case scenarios, using 413 * Return: Number of bytes written into buffer 'dst' or 0 if compression fails 416 char *dst, in [all...] |
H A D | kernel_stat.h | 98 extern void kcpustat_cpu_fetch(struct kernel_cpustat *dst, int cpu); 106 static inline void kcpustat_cpu_fetch(struct kernel_cpustat *dst, int cpu) in kcpustat_cpu_fetch() argument 108 *dst = kcpustat_cpu(cpu); in kcpustat_cpu_fetch()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | rng.h | 61 u8 *dst, unsigned int dlen); 172 * @dst: output buffer holding the random numbers 183 u8 *dst, unsigned int dlen) in crypto_rng_generate() 195 alg->generate(tfm, src, slen, dst, dlen)); in crypto_rng_generate() 181 crypto_rng_generate(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) crypto_rng_generate() argument
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | fib.h | 30 __array( __u8, dst, 4 ) 54 p32 = (__be32 *) __entry->dst; 95 __entry->src, __entry->sport, __entry->dst, __entry->dport,
|
H A D | fib6.h | 29 __array( __u8, dst, 16 ) 52 in6 = (struct in6_addr *)__entry->dst; 81 __entry->src, __entry->sport, __entry->dst, __entry->dport,
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | camellia_aesni_avx2_glue.c | 22 asmlinkage void camellia_ecb_enc_32way(const void *ctx, u8 *dst, const u8 *src); 23 asmlinkage void camellia_ecb_dec_32way(const void *ctx, u8 *dst, const u8 *src); 25 asmlinkage void camellia_cbc_dec_32way(const void *ctx, u8 *dst, const u8 *src);
|
H A D | camellia_aesni_avx_glue.c | 21 asmlinkage void camellia_ecb_enc_16way(const void *ctx, u8 *dst, const u8 *src); 24 asmlinkage void camellia_ecb_dec_16way(const void *ctx, u8 *dst, const u8 *src); 27 asmlinkage void camellia_cbc_dec_16way(const void *ctx, u8 *dst, const u8 *src);
|
H A D | cast6_avx_glue.c | 23 asmlinkage void cast6_ecb_enc_8way(const void *ctx, u8 *dst, const u8 *src); 24 asmlinkage void cast6_ecb_dec_8way(const void *ctx, u8 *dst, const u8 *src); 26 asmlinkage void cast6_cbc_dec_8way(const void *ctx, u8 *dst, const u8 *src);
|
H A D | cast5_avx_glue.c | 21 asmlinkage void cast5_ecb_enc_16way(struct cast5_ctx *ctx, u8 *dst, 23 asmlinkage void cast5_ecb_dec_16way(struct cast5_ctx *ctx, u8 *dst, 25 asmlinkage void cast5_cbc_dec_16way(struct cast5_ctx *ctx, u8 *dst,
|
H A D | serpent_avx2_glue.c | 22 asmlinkage void serpent_ecb_enc_16way(const void *ctx, u8 *dst, const u8 *src); 23 asmlinkage void serpent_ecb_dec_16way(const void *ctx, u8 *dst, const u8 *src); 24 asmlinkage void serpent_cbc_dec_16way(const void *ctx, u8 *dst, const u8 *src);
|
H A D | serpent_avx_glue.c | 23 asmlinkage void serpent_ecb_enc_8way_avx(const void *ctx, u8 *dst, 27 asmlinkage void serpent_ecb_dec_8way_avx(const void *ctx, u8 *dst, 31 asmlinkage void serpent_cbc_dec_8way_avx(const void *ctx, u8 *dst,
|
H A D | sm4_aesni_avx2_glue.c | 22 asmlinkage void sm4_aesni_avx2_ctr_enc_blk16(const u32 *rk, u8 *dst, 24 asmlinkage void sm4_aesni_avx2_cbc_dec_blk16(const u32 *rk, u8 *dst, 26 asmlinkage void sm4_aesni_avx2_cfb_dec_blk16(const u32 *rk, u8 *dst,
|