Searched refs:wksp_len (Results 1 – 2 of 2) sorted by relevance
1352 const size_t wksp_len = zstd_cctx_workspace_bound(¶ms.cParams); in compress_zstd() local1365 wksp = kvzalloc(wksp_len, GFP_KERNEL); in compress_zstd()1371 ctx = zstd_init_cctx(wksp, wksp_len); in compress_zstd()
1332 const size_t wksp_len = zstd_dctx_workspace_bound(); in decompress_zstd() local1338 wksp = kvzalloc(wksp_len, GFP_KERNEL); in decompress_zstd()1343 ctx = zstd_init_dctx(wksp, wksp_len); in decompress_zstd()