Searched refs:lzorle_comp_mem (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dlzo-rle.c15 void *lzorle_comp_mem; member in struct:lzorle_ctx
33 ctx->lzorle_comp_mem = lzorle_alloc_ctx(NULL);
34 if (IS_ERR(ctx->lzorle_comp_mem))
49 lzorle_free_ctx(NULL, ctx->lzorle_comp_mem);
72 return __lzorle_compress(src, slen, dst, dlen, ctx->lzorle_comp_mem);

Completed in 142 milliseconds