Home
last modified time | relevance | path

Searched refs:deflate_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/crypto/
H A Ddeflate.c37 struct deflate_ctx { struct
42 static int deflate_comp_init(struct deflate_ctx *ctx) in deflate_comp_init() argument
67 static int deflate_decomp_init(struct deflate_ctx *ctx) in deflate_decomp_init()
89 static void deflate_comp_exit(struct deflate_ctx *ctx) in deflate_comp_exit()
95 static void deflate_decomp_exit(struct deflate_ctx *ctx) in deflate_decomp_exit()
117 struct deflate_ctx *ctx; in deflate_alloc_ctx()
135 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_init()
154 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_exit()
163 struct deflate_ctx *dctx = ctx; in __deflate_compress()
191 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_compress()
[all …]
/linux/drivers/block/zram/
H A Dbackend_deflate.c14 struct deflate_ctx { struct
33 struct deflate_ctx *zctx = ctx->context; in deflate_destroy() argument
51 struct deflate_ctx *zctx; in deflate_create()
90 struct deflate_ctx *zctx = ctx->context; in deflate_compress()
116 struct deflate_ctx *zctx = ctx->context; in deflate_decompress()