Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeflate_syms.c14 EXPORT_SYMBOL(zlib_deflate_workspacesize);
H A Ddeflate.c1127 int zlib_deflate_workspacesize(int windowBits, int memLevel) in zlib_deflate_workspacesize() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_zlib.h24 return zlib_deflate_workspacesize(CUDBG_ZLIB_WIN_BITS, in cudbg_get_workspace_size()
/OK3568_Linux_fs/kernel/include/linux/
H A Dzlib.h182 extern int zlib_deflate_workspacesize (int windowBits, int memLevel);
/OK3568_Linux_fs/kernel/crypto/
H A Ddeflate.c47 stream->workspace = vzalloc(zlib_deflate_workspacesize( in deflate_comp_init()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_deflate.c107 state->strm.workspace = vmalloc(zlib_deflate_workspacesize(-w_size, 8)); in z_comp_alloc()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dzlib.c64 workspacesize = max(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL), in zlib_alloc_workspace()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dnvram_64.c614 stream.workspace = kmalloc(zlib_deflate_workspacesize( in nvram_init_oops_partition()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy_unpack.c1067 strm.workspace = kvzalloc(zlib_deflate_workspacesize(MAX_WBITS, in deflate_compress()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_mtk2707 zlib_deflate_workspacesize
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gpu_error.c251 kmalloc(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL), in compress_init()