Searched refs:lzorle_comp_mem (Results 1 – 1 of 1) sorted by relevance
15 void *lzorle_comp_mem; member33 ctx->lzorle_comp_mem = lzorle_alloc_ctx(NULL); in lzorle_init()34 if (IS_ERR(ctx->lzorle_comp_mem)) in lzorle_init()49 lzorle_free_ctx(NULL, ctx->lzorle_comp_mem); in lzorle_exit()72 return __lzorle_compress(src, slen, dst, dlen, ctx->lzorle_comp_mem); in lzorle_compress()