Home
last modified time | relevance | path

Searched refs:zlib (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.15/arch/xtensa/boot/lib/
H A DMakefile6 zlib := inffast.c inflate.c inftrees.c macro
8 lib-y += $(zlib:.c=.o) zmem.o
31 $(addprefix $(obj)/,$(zlib)): $(obj)/%: $(srctree)/lib/zlib_inflate/%
34 clean-files := $(zlib)
/linux-6.15/scripts/
H A DMakefile.debug37 DEBUG_CFLAGS += -gz=zlib
38 DEBUG_RUSTFLAGS += -Zdebuginfo-compression=zlib
39 KBUILD_AFLAGS += -gz=zlib
40 KBUILD_LDFLAGS += --compress-debug-sections=zlib
/linux-6.15/scripts/gdb/linux/
H A Dconfig.py6 import zlib
37 config_buf = zlib.decompress(zconfig_buf, 16)
/linux-6.15/arch/powerpc/boot/
H A DMakefile112 zlib-decomp-$(CONFIG_KERNEL_GZIP) := decompress_inflate.c
113 zlib-$(CONFIG_KERNEL_GZIP) := inffast.c inflate.c inftrees.c
115 zliblinuxheader-$(CONFIG_KERNEL_GZIP) := zlib.h zconf.h zutil.h
118 $(addprefix $(obj)/,$(zlib-decomp-y))
120 $(addprefix $(obj)/, $(zlib-decomp-y)): \
123 $(addprefix $(obj)/,$(zlib-y))
125 $(addprefix $(obj)/,$(zlib-y)): \
139 elf_util.c $(zlib-y) devtree.c stdlib.c \
202 $(addprefix $(obj)/,$(zlib-decomp-y)): $(obj)/%: $(srctree)/lib/%
217 clean-files := $(zlib-) $(zlibheader-) $(zliblinuxheader-) \
[all …]
H A D.gitignore37 zlib.h
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.pc.template11 Requires.private: libelf zlib
/linux-6.15/tools/build/
H A DMakefile.feature96 zlib \
162 zlib \
/linux-6.15/fs/squashfs/
H A DKconfig8 filesystem for Linux. It uses zlib, lz4, lzo, xz or zstd compression
173 of zlib are too high.
188 of zlib are too high.
202 the default zlib compression, at the expense of greater CPU and
/linux-6.15/Documentation/translations/zh_CN/staging/
H A Dxz.rst25 对于用户空间来说,XZ Utils提供了类似于zlib的压缩库和类似于gzip的命令行工具。
/linux-6.15/LICENSES/deprecated/
H A DZlib10 zlib License
/linux-6.15/Documentation/bpf/libbpf/
H A Dlibbpf_build.rst6 libelf and zlib are internal dependencies of libbpf and thus are required to link
/linux-6.15/tools/perf/Documentation/
H A Dperf-check.txt69 zlib / HAVE_ZLIB_SUPPORT
/linux-6.15/fs/btrfs/
H A DMakefile30 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
/linux-6.15/Documentation/filesystems/
H A Dubifs.rst100 compr=zlib override default compressor and set it to "zlib"
H A Dcramfs.rst9 It uses the zlib routines to compress a file one page at a time, and
H A Dsquashfs.rst9 It uses zlib, lz4, lzo, xz or zstd compression to compress files, inodes and
/linux-6.15/tools/build/feature/
H A DMakefile58 test-zlib.bin \
327 $(OUTPUT)test-zlib.bin:
/linux-6.15/fs/ubifs/
H A DKconfig35 LZO compressor is generally faster than zlib but compresses worse.
/linux-6.15/Documentation/staging/
H A Dxz.rst19 For userspace, `XZ Utils`_ provide a zlib-like compression library
/linux-6.15/tools/perf/
H A DMakefile.config524 ifeq ($(feature-zlib), 1)
589 $(warning Warning: Statically building libbpf not possible as zlib is missing)
684 $(warning Warning: Disabled BPF skeletons as zlib is required by bpftool)
/linux-6.15/drivers/gpu/drm/i915/
H A DKconfig110 to be compressed using zlib.
/linux-6.15/fs/jffs2/
H A DKconfig122 hardware and operating system. See <http://www.gzip.org/zlib/> for
/linux-6.15/lib/
H A DKconfig272 prompt "Enable s390x DEFLATE CONVERSION CALL support for kernel zlib"
274 Enable s390x hardware support for zlib in the kernel.
/linux-6.15/fs/pstore/
H A DKconfig32 the backing store. This is implemented using the zlib 'deflate'
/linux-6.15/fs/cramfs/
H A DREADME73 <block>: The i'th <block> is the output of zlib's compress function

12