Home
last modified time | relevance | path

Searched refs:compress (Results 1 – 25 of 126) sorted by relevance

123456

/linux/lib/zstd/
H A DMakefile17 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 \
24 compress/zstd_double_fast.o \
25 compress/zstd_fast.o \
26 compress/zstd_lazy.o \
27 compress/zstd_ldm.o \
[all …]
/linux/usr/
H A DMakefile6 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
81 $(call if_changed,$(compress-y))
H A DKconfig130 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/arch/csky/boot/
H A DMakefile8 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/drivers/crypto/nx/
H A DMakefile14 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/include/crypto/internal/
H A Dblake2b.h27 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()
H A Dscompress.h36 int (*compress)(struct crypto_scomp *tfm, const u8 *src, member
89 return crypto_scomp_alg(tfm)->compress(tfm, src, slen, dst, dlen, ctx); in crypto_scomp_compress()
/linux/scripts/
H A Dmake_fit.py123 fsw.property_string('compression', args.compress)
153 def compress_data(inf, compress): argument
163 if compress == 'none':
166 comp = COMP_TOOLS.get(compress)
187 def output_dtb(fsw, seq, fname, arch, compress): argument
213 fsw.property_string('compression', compress)
216 compressed = compress_data(inf, compress)
241 comp_data = compress_data(inf, args.compress)
250 model, compat = output_dtb(fsw, seq, fname, args.arch, args.compress)
H A DMakefile.package83 supported-deb-source-compress := gzip bzip2 lzma xz
85 PHONY += linux.tar.unsupported-deb-src-compress
86 linux.tar.unsupported-deb-src-compress:
91 $(strip $(if $(filter $(supported-deb-source-compress), $(KDEB_SOURCE_COMPRESS)), \
92 $(suffix-$(KDEB_SOURCE_COMPRESS)),.unsupported-deb-src-compress))
151 compress-tar.gz = -I "$(KGZIP)"
152 compress-tar.bz2 = -I "$(KBZIP2)"
153 compress-tar.xz = -I "$(XZ)"
154 compress-tar.zst = -I "$(ZSTD)"
157 … cmd_tar = cd $<; tar cf ../$@ $(compress-tar$(suffix $@)) --owner=root --group=root --sort=name *
H A DMakefile.debug40 KBUILD_LDFLAGS += --compress-debug-sections=zlib
45 KBUILD_LDFLAGS += --compress-debug-sections=zstd
/linux/fs/pstore/
H A Dplatform.c90 static char *compress = "deflate"; variable
91 module_param(compress, charp, 0444);
92 MODULE_PARM_DESC(compress, "compression to use");
210 if (!IS_ENABLED(CONFIG_PSTORE_COMPRESS) || !compress || in allocate_buf_for_compression()
211 !strcmp(compress, "none")) { in allocate_buf_for_compression()
212 compress = NULL; in allocate_buf_for_compression()
216 if (strcmp(compress, "deflate")) { in allocate_buf_for_compression()
218 compress); in allocate_buf_for_compression()
219 compress = "deflate"; in allocate_buf_for_compression()
231 psinfo->bufsize, compress); in allocate_buf_for_compression()
[all …]
/linux/arch/arm/boot/compressed/
H A DMakefile72 compress-$(CONFIG_KERNEL_GZIP) = gzip
73 compress-$(CONFIG_KERNEL_LZO) = lzo_with_size
74 compress-$(CONFIG_KERNEL_LZMA) = lzma_with_size
75 compress-$(CONFIG_KERNEL_XZ) = xzkern_with_size
76 compress-$(CONFIG_KERNEL_LZ4) = lz4_with_size
155 $(call if_changed,$(compress-y))
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c1204 compress_finish(compress); in i915_vma_coredump_create()
1632 "HW Status", compress); in intel_engine_coredump_add_vma()
1635 "WA context", compress); in intel_engine_coredump_add_vma()
2072 compress = kmalloc(sizeof(*compress), ALLOW_FAIL); in i915_vma_capture_prepare()
2073 if (!compress) in i915_vma_capture_prepare()
2077 kfree(compress); in i915_vma_capture_prepare()
2081 return compress; in i915_vma_capture_prepare()
2087 if (!compress) in i915_vma_capture_finish()
2090 compress_fini(compress); in i915_vma_capture_finish()
2091 kfree(compress); in i915_vma_capture_finish()
[all …]
H A Di915_gpu_error.h308 struct i915_vma_compress *compress);
314 struct i915_vma_compress *compress);
385 struct i915_vma_compress *compress) in intel_engine_coredump_add_vma() argument
397 struct i915_vma_compress *compress) in i915_vma_capture_finish() argument
/linux/drivers/fpga/
H A Dsocfpga-a10.c170 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/net/6lowpan/
H A Dnhc.c50 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()
H A Dnhc.h34 .compress = _compress, \
68 int (*compress)(struct sk_buff *skb, u8 **hc_ptr); member
/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,q6asm-dais.yaml53 is-compress-dai:
59 is-compress-dai: [ direction ]
93 is-compress-dai;
/linux/fs/f2fs/
H A DKconfig108 Support LZO compress algorithm, if unsure, say Y.
115 Support LZO-RLE compress algorithm, if unsure, say Y.
122 Support LZ4 compress algorithm, if unsure, say Y.
129 Support LZ4HC compress algorithm, LZ4HC has compatible on-disk
137 Support ZSTD compress algorithm, if unsure, say Y.
/linux/fs/jffs2/
H A Dcompr.c92 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/crypto/
H A D842.c104 .cra_u = { .compress = {
112 .compress = crypto842_scompress,
H A Dlz4.c115 .cra_u = { .compress = {
123 .compress = lz4_scompress,
H A Dlz4hc.c116 .cra_u = { .compress = {
124 .compress = lz4hc_scompress,
/linux/sound/core/
H A DMakefile38 snd-compress-y := compress_offload.o
56 obj-$(CONFIG_SND_COMPRESS_OFFLOAD) += snd-compress.o
/linux/include/crypto/
H A Dacompress.h52 int (*compress)(struct acomp_req *req); member
251 return crypto_acomp_reqtfm(req)->compress(req); in crypto_acomp_compress()

123456