Home
last modified time | relevance | path

Searched refs:zlib_deflate_workspacesize (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/lib/zlib_deflate/
Ddeflate_syms.c13 EXPORT_SYMBOL(zlib_deflate_workspacesize);
Ddeflate.c1123 int zlib_deflate_workspacesize(int windowBits, int memLevel) in zlib_deflate_workspacesize() function
/linux-4.19.296/fs/jffs2/
Dcompr_zlib.c45 def_strm.workspace = vmalloc(zlib_deflate_workspacesize(MAX_WBITS, in alloc_workspaces()
51 zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL)); in alloc_workspaces()
/linux-4.19.296/include/linux/
Dzlib.h182 extern int zlib_deflate_workspacesize (int windowBits, int memLevel);
/linux-4.19.296/crypto/
Ddeflate.c51 stream->workspace = vzalloc(zlib_deflate_workspacesize( in deflate_comp_init()
/linux-4.19.296/fs/btrfs/
Dzlib.c48 workspacesize = max(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL), in zlib_alloc_workspace()