Home
last modified time | relevance | path

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

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

Completed in 29 milliseconds