Searched refs:winbits (Results 1 – 3 of 3) sorted by relevance
27 if (params->deflate.winbits == ZCOMP_PARAM_NOT_SET) in deflate_setup_params()28 params->deflate.winbits = DEFLATE_DEF_WINBITS; in deflate_setup_params()62 sz = zlib_deflate_workspacesize(params->deflate.winbits, MAX_MEM_LEVEL); in deflate_create()68 params->deflate.winbits, DEFLATE_DEF_MEMLEVEL, in deflate_create()78 ret = zlib_inflateInit2(&zctx->dctx, params->deflate.winbits); in deflate_create()
11 s32 winbits; member
1281 params->deflate.winbits = ZCOMP_PARAM_NOT_SET; in comp_params_reset()1306 zram->params[prio].deflate.winbits = deflate_params->winbits; in comp_params_store()1321 deflate_params.winbits = ZCOMP_PARAM_NOT_SET; in algorithm_params_store()1355 ret = kstrtoint(val, 10, &deflate_params.winbits); in algorithm_params_store()
Completed in 10 milliseconds