/linux-6.1.9/lib/zstd/ |
D | Makefile | 17 compress/fse_compress.o \ 18 compress/hist.o \ 19 compress/huf_compress.o \ 20 compress/zstd_compress.o \ 21 compress/zstd_compress_literals.o \ 22 compress/zstd_compress_sequences.o \ 23 compress/zstd_compress_superblock.o \ 24 compress/zstd_double_fast.o \ 25 compress/zstd_fast.o \ 26 compress/zstd_lazy.o \ [all …]
|
/linux-6.1.9/usr/ |
D | Makefile | 6 compress-y := copy 7 compress-$(CONFIG_INITRAMFS_COMPRESSION_GZIP) := gzip 8 compress-$(CONFIG_INITRAMFS_COMPRESSION_BZIP2) := bzip2 9 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZMA) := lzma 10 compress-$(CONFIG_INITRAMFS_COMPRESSION_XZ) := xzmisc 11 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZO) := lzo 12 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4 13 compress-$(CONFIG_INITRAMFS_COMPRESSION_ZSTD) := zstd 40 compress-y := copy 80 $(call if_changed,$(compress-y))
|
D | Kconfig | 130 compression tool to compress the generated initram cpio file for 156 available to be able to compress the initram. 169 or lzma tools to be able to compress the initram. 182 tool to be able to compress the initram. 194 tool to be able to compress the initram. 212 with fast decompression speed. It will compress better than GZIP and 216 tool to be able to compress the initram. 221 Do not compress the built-in initramfs at all. This may sound wasteful
|
/linux-6.1.9/arch/csky/boot/ |
D | Makefile | 8 compress-$(CONFIG_KERNEL_GZIP) = gzip 9 compress-$(CONFIG_KERNEL_LZO) = lzo 10 compress-$(CONFIG_KERNEL_LZMA) = lzma 11 compress-$(CONFIG_KERNEL_XZ) = xzkern 12 compress-$(CONFIG_KERNEL_LZ4) = lz4 15 $(call if_changed,$(compress-y)) 19 UIMAGE_COMPRESSION = $(compress-y)
|
/linux-6.1.9/drivers/crypto/nx/ |
D | Makefile | 14 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o 15 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o 16 nx-compress-objs := nx-842.o 17 nx-compress-pseries-objs := nx-common-pseries.o 18 nx-compress-powernv-objs := nx-common-powernv.o
|
/linux-6.1.9/include/crypto/internal/ |
D | blake2b.h | 27 blake2b_compress_t compress) in __blake2b_update() argument 35 (*compress)(state, state->buf, 1, BLAKE2B_BLOCK_SIZE); in __blake2b_update() 43 (*compress)(state, in, nblocks - 1, BLAKE2B_BLOCK_SIZE); in __blake2b_update() 52 blake2b_compress_t compress) in __blake2b_final() argument 59 (*compress)(state, state->buf, 1, state->buflen); in __blake2b_final() 98 blake2b_compress_t compress) in crypto_blake2b_update() argument 102 __blake2b_update(state, in, inlen, compress); in crypto_blake2b_update() 107 blake2b_compress_t compress) in crypto_blake2b_final() argument 111 __blake2b_final(state, out, compress); in crypto_blake2b_final()
|
D | scompress.h | 31 int (*compress)(struct crypto_scomp *tfm, const u8 *src, member 80 return crypto_scomp_alg(tfm)->compress(tfm, src, slen, dst, dlen, ctx); in crypto_scomp_compress()
|
/linux-6.1.9/arch/arm/boot/compressed/ |
D | Makefile | 78 compress-$(CONFIG_KERNEL_GZIP) = gzip 79 compress-$(CONFIG_KERNEL_LZO) = lzo_with_size 80 compress-$(CONFIG_KERNEL_LZMA) = lzma_with_size 81 compress-$(CONFIG_KERNEL_XZ) = xzkern_with_size 82 compress-$(CONFIG_KERNEL_LZ4) = lz4_with_size 161 $(call if_changed,$(compress-y))
|
/linux-6.1.9/crypto/ |
D | crypto_user_stat.c | 72 rcomp.stat_compress_cnt = atomic64_read(&alg->stats.compress.compress_cnt); in crypto_report_comp() 73 rcomp.stat_compress_tlen = atomic64_read(&alg->stats.compress.compress_tlen); in crypto_report_comp() 74 rcomp.stat_decompress_cnt = atomic64_read(&alg->stats.compress.decompress_cnt); in crypto_report_comp() 75 rcomp.stat_decompress_tlen = atomic64_read(&alg->stats.compress.decompress_tlen); in crypto_report_comp() 76 rcomp.stat_err_cnt = atomic64_read(&alg->stats.compress.err_cnt); in crypto_report_comp() 88 racomp.stat_compress_cnt = atomic64_read(&alg->stats.compress.compress_cnt); in crypto_report_acomp() 89 racomp.stat_compress_tlen = atomic64_read(&alg->stats.compress.compress_tlen); in crypto_report_acomp() 90 racomp.stat_decompress_cnt = atomic64_read(&alg->stats.compress.decompress_cnt); in crypto_report_acomp() 91 racomp.stat_decompress_tlen = atomic64_read(&alg->stats.compress.decompress_tlen); in crypto_report_acomp() 92 racomp.stat_err_cnt = atomic64_read(&alg->stats.compress.err_cnt); in crypto_report_acomp()
|
D | 842.c | 104 .cra_u = { .compress = { 112 .compress = crypto842_scompress,
|
D | lz4.c | 115 .cra_u = { .compress = { 123 .compress = lz4_scompress,
|
D | lz4hc.c | 116 .cra_u = { .compress = { 124 .compress = lz4hc_scompress,
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 1076 struct i915_vma_compress *compress, in i915_vma_coredump_create() argument 1088 if (!vma_res || !vma_res->bi.pages || !compress) in i915_vma_coredump_create() 1095 if (!compress_start(compress)) { in i915_vma_coredump_create() 1125 ret = compress_page(compress, in i915_vma_coredump_create() 1150 ret = compress_page(compress, in i915_vma_coredump_create() 1166 ret = compress_page(compress, s, dst, false); in i915_vma_coredump_create() 1176 if (ret || compress_flush(compress, dst)) { in i915_vma_coredump_create() 1181 pool_free(&compress->pool, page_address(page)); in i915_vma_coredump_create() 1187 compress_finish(compress); in i915_vma_coredump_create() 1484 const char *name, struct i915_vma_compress *compress) in create_vma_coredump() argument [all …]
|
D | i915_gpu_error.h | 291 struct i915_vma_compress *compress); 297 struct i915_vma_compress *compress); 365 struct i915_vma_compress *compress) in intel_engine_coredump_add_vma() argument 377 struct i915_vma_compress *compress) in i915_vma_capture_finish() argument
|
/linux-6.1.9/drivers/fpga/ |
D | socfpga-a10.c | 170 bool encrypt, bool compress) in socfpga_a10_fpga_get_cd_ratio() argument 188 if (!compress && !encrypt) in socfpga_a10_fpga_get_cd_ratio() 191 if (compress) in socfpga_a10_fpga_get_cd_ratio() 209 int encrypt, compress; in socfpga_a10_fpga_set_cdratio() local 215 compress = socfpga_a10_fpga_compressed((u32 *)buf, count / 4); in socfpga_a10_fpga_set_cdratio() 216 if (compress < 0) in socfpga_a10_fpga_set_cdratio() 219 cd_ratio = socfpga_a10_fpga_get_cd_ratio(cfg_width, encrypt, compress); in socfpga_a10_fpga_set_cdratio()
|
/linux-6.1.9/net/6lowpan/ |
D | nhc.c | 50 if (!(nhc && nhc->compress)) in lowpan_nhc_check_compression() 77 if (unlikely(!nhc || !nhc->compress)) { in lowpan_nhc_do_compression() 88 ret = nhc->compress(skb, hc_ptr); in lowpan_nhc_do_compression()
|
D | nhc.h | 34 .compress = _compress, \ 68 int (*compress)(struct sk_buff *skb, u8 **hc_ptr); member
|
/linux-6.1.9/Documentation/devicetree/bindings/sound/ |
D | qcom,q6asm-dais.yaml | 53 is-compress-dai: 59 is-compress-dai: ["direction"] 107 is-compress-dai;
|
/linux-6.1.9/include/crypto/ |
D | acompress.h | 48 int (*compress)(struct acomp_req *req); member 77 int (*compress)(struct acomp_req *req); member 269 ret = tfm->compress(req); in crypto_acomp_compress()
|
/linux-6.1.9/drivers/block/zram/ |
D | zcomp.c | 209 struct zcomp *zcomp_create(const char *compress) in zcomp_create() argument 219 if (!zcomp_available_algorithm(compress)) in zcomp_create() 226 comp->name = compress; in zcomp_create()
|
/linux-6.1.9/fs/f2fs/ |
D | Kconfig | 107 Support LZO compress algorithm, if unsure, say Y. 114 Support LZO-RLE compress algorithm, if unsure, say Y. 121 Support LZ4 compress algorithm, if unsure, say Y. 128 Support LZ4HC compress algorithm, LZ4HC has compatible on-disk 136 Support ZSTD compress algorithm, if unsure, say Y.
|
/linux-6.1.9/fs/jffs2/ |
D | compr.c | 92 if (!this->compress || this->disabled) in jffs2_selected_compress() 108 err = this->compress(data_in, output_buf, datalen, cdatalen); in jffs2_selected_compress() 178 if ((!this->compress)||(this->disabled)) in jffs2_compress() 206 compr_ret = this->compress(data_in, this->compr_buf, datalen, cdatalen); in jffs2_compress()
|
/linux-6.1.9/sound/core/ |
D | Makefile | 37 snd-compress-objs := compress_offload.o 52 obj-$(CONFIG_SND_COMPRESS_OFFLOAD) += snd-compress.o
|
/linux-6.1.9/drivers/staging/media/deprecated/vpfe_capture/ |
D | isif.c | 63 .compress = { 586 if (module_params->compress.alg == ISIF_ALAW) in isif_config_raw() 593 if (module_params->compress.alg == ISIF_DPCM) { in isif_config_raw() 595 (module_params->compress.pred << in isif_config_raw() 732 if ((isif_cfg.bayer.config_params.compress.alg != in isif_set_pixel_format() 734 (isif_cfg.bayer.config_params.compress.alg != in isif_set_pixel_format() 742 isif_cfg.bayer.config_params.compress.alg = in isif_set_pixel_format() 765 if (isif_cfg.bayer.config_params.compress.alg == ISIF_ALAW || in isif_get_pixel_format() 766 isif_cfg.bayer.config_params.compress.alg == ISIF_DPCM) in isif_get_pixel_format()
|
/linux-6.1.9/fs/pstore/ |
D | platform.c | 83 static char *compress = variable 89 module_param(compress, charp, 0444); 90 MODULE_PARM_DESC(compress, "compression to use"); 810 if (!compress) in pstore_choose_compression() 814 if (!strcmp(compress, step->name)) { in pstore_choose_compression()
|