Home
last modified time | relevance | path

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

/linux/fs/jffs2/
H A 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/lib/zlib_deflate/
H A Ddeflate_syms.c14 EXPORT_SYMBOL(zlib_deflate_workspacesize);
H A Ddeflate.c1134 int zlib_deflate_workspacesize(int windowBits, int memLevel) in zlib_deflate_workspacesize() function
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_zlib.h24 return zlib_deflate_workspacesize(CUDBG_ZLIB_WIN_BITS, in cudbg_get_workspace_size()
/linux/include/linux/
H A Dzlib.h182 extern int zlib_deflate_workspacesize (int windowBits, int memLevel);
/linux/drivers/block/zram/
H A Dbackend_deflate.c60 sz = zlib_deflate_workspacesize(-DEFLATE_DEF_WINBITS, MAX_MEM_LEVEL); in deflate_create()
/linux/crypto/
H A Ddeflate.c47 stream->workspace = vzalloc(zlib_deflate_workspacesize( in deflate_comp_init()
/linux/fs/pstore/
H A Dplatform.c236 vmalloc(zlib_deflate_workspacesize(MAX_WBITS, DEF_MEM_LEVEL)); in allocate_buf_for_compression()
/linux/drivers/net/ppp/
H A Dppp_deflate.c107 state->strm.workspace = vmalloc(zlib_deflate_workspacesize(-w_size, 8)); in z_comp_alloc()
/linux/fs/btrfs/
H A Dzlib.c67 workspacesize = max(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL), in zlib_alloc_workspace()
/linux/fs/bcachefs/
H A Dcompress.c587 zlib_deflate_workspacesize(MAX_WBITS, DEF_MEM_LEVEL), in __bch2_fs_compress_init()
/linux/arch/powerpc/kernel/
H A Dnvram_64.c614 stream.workspace = kmalloc(zlib_deflate_workspacesize( in nvram_init_oops_partition()
/linux/drivers/gpu/drm/
H A Ddrm_panic.c688 stream.workspace = kmalloc(zlib_deflate_workspacesize(WINDOW_BITS, MEM_LEVEL), in drm_panic_qr_init()
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c261 kmalloc(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL), in compress_init()