Searched refs:wksp_len (Results 1 – 2 of 2) sorted by relevance
1624 const size_t wksp_len = zstd_cctx_workspace_bound(¶ms.cParams); in compress_zstd() local1637 wksp = kvzalloc(wksp_len, GFP_KERNEL); in compress_zstd()1643 ctx = zstd_init_cctx(wksp, wksp_len); in compress_zstd()
492 const size_t wksp_len = zstd_dctx_workspace_bound(); in decompress_zstd() local498 wksp = kvzalloc(wksp_len, GFP_KERNEL); in decompress_zstd()503 ctx = zstd_init_dctx(wksp, wksp_len); in decompress_zstd()