Searched refs:wksp_len (Results 1 – 2 of 2) sorted by relevance
1302 const size_t wksp_len = zstd_cctx_workspace_bound(¶ms.cParams); in compress_zstd() local1315 wksp = kvzalloc(wksp_len, GFP_KERNEL); in compress_zstd()1321 ctx = zstd_init_cctx(wksp, wksp_len); in compress_zstd()
1320 const size_t wksp_len = zstd_dctx_workspace_bound(); in decompress_zstd() local1326 wksp = kvzalloc(wksp_len, GFP_KERNEL); in decompress_zstd()1331 ctx = zstd_init_dctx(wksp, wksp_len); in decompress_zstd()