Searched refs:cctx_size (Results 1 – 1 of 1) sorted by relevance
44 size_t cctx_size; in qat_zstd_alloc_scratch() local67 cctx_size = zstd_cctx_workspace_bound(¶ms.cParams); in qat_zstd_alloc_scratch()69 scratch->workspace = kvmalloc(cctx_size, GFP_KERNEL | __GFP_ZERO); in qat_zstd_alloc_scratch()74 ctx = zstd_init_cctx(scratch->workspace, cctx_size); in qat_zstd_alloc_scratch()79 scratch->cctx_buffer_size = cctx_size; in qat_zstd_alloc_scratch()