Searched refs:lzorle_comp_mem (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | lzo-rle.c | 15 void *lzorle_comp_mem; member 33 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()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | lzo-rle.c | 15 void *lzorle_comp_mem; member 33 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()
|
Completed in 1 milliseconds