Home
last modified time | relevance | path

Searched refs:inflate (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/block/zram/
H A Dbackend_deflate.c117 struct z_stream_s *inflate; in deflate_decompress() local
120 inflate = &zctx->dctx; in deflate_decompress()
122 ret = zlib_inflateReset(inflate); in deflate_decompress()
126 inflate->next_in = (u8 *)req->src; in deflate_decompress()
127 inflate->avail_in = req->src_len; in deflate_decompress()
128 inflate->next_out = (u8 *)req->dst; in deflate_decompress()
129 inflate->avail_out = req->dst_len; in deflate_decompress()
131 ret = zlib_inflate(inflate, Z_SYNC_FLUSH); in deflate_decompress()
/linux/arch/powerpc/boot/
H A D.gitignore9 inflate.c
10 inflate.h
H A DMakefile113 zlib-$(CONFIG_KERNEL_GZIP) := inffast.c inflate.c inftrees.c
114 zlibheader-$(CONFIG_KERNEL_GZIP) := inffast.h inffixed.h inflate.h inftrees.h infutil.h
/linux/arch/xtensa/boot/lib/
H A D.gitignore3 inflate.c
H A DMakefile6 zlib := inffast.c inflate.c inftrees.c
/linux/lib/zlib_inflate/
H A DMakefile19 zlib_inflate-objs := inffast.o inflate.o infutil.o \
/linux/arch/arm/kernel/
H A DMakefile94 CFLAGS_head-inflate-data.o := $(call cc-option,-Wframe-larger-than=10240)
95 obj-$(CONFIG_XIP_DEFLATED_DATA) += head-inflate-data.o
/linux/tools/perf/util/
H A Dzlib.c53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
/linux/lib/
H A Dinflate.c158 STATIC int INIT inflate OF((void));
1085 STATIC int INIT inflate(void) in inflate() function
1258 if ((res = inflate())) { in gunzip()
/linux/drivers/virt/vboxguest/
H A Dvmmdev.h353 u32 inflate; member
H A Dvboxguest_core.c285 req->inflate = true; in vbg_balloon_inflate()
332 req->inflate = false; in vbg_balloon_deflate()
/linux/arch/alpha/boot/
H A DMakefile120 $(obj)/misc.o: lib/inflate.c
/linux/Documentation/networking/
H A Dfib_trie.rst90 inflate()
95 inflate(). Used by resize();
/linux/Documentation/arch/powerpc/
H A Dvas-api.rst93 Applications that use inflate / deflate calls can link with libnxz
/linux/net/ipv4/
H A Dfib_trie.c537 static struct key_vector *inflate(struct trie *t, in inflate() function
870 tp = inflate(t, tn); in resize()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1122 inf_only: s390 zlib hardware support for inflate