Searched defs:lzo_ctx (Results 1 – 2 of 2) sorted by relevance
34 static int regcache_lzo_prepare(struct regcache_lzo_ctx *lzo_ctx) in regcache_lzo_prepare()42 static int regcache_lzo_compress(struct regcache_lzo_ctx *lzo_ctx) in regcache_lzo_compress()55 static int regcache_lzo_decompress(struct regcache_lzo_ctx *lzo_ctx) in regcache_lzo_decompress()69 struct regcache_lzo_ctx *lzo_ctx) in regcache_lzo_compress_cache_block()87 struct regcache_lzo_ctx *lzo_ctx) in regcache_lzo_decompress_cache_block()
14 struct lzo_ctx { struct31 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm); in lzo_init() argument