Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/base/regmap/
Dregcache-lzo.c231 struct regcache_lzo_ctx *lzo_block, **lzo_blocks; in regcache_lzo_read() local
241 lzo_block = lzo_blocks[blkindex]; in regcache_lzo_read()
244 tmp_dst = lzo_block->dst; in regcache_lzo_read()
245 tmp_dst_len = lzo_block->dst_len; in regcache_lzo_read()
248 lzo_block->src = lzo_block->dst; in regcache_lzo_read()
249 lzo_block->src_len = lzo_block->dst_len; in regcache_lzo_read()
252 ret = regcache_lzo_decompress_cache_block(map, lzo_block); in regcache_lzo_read()
255 *value = regcache_get_val(map, lzo_block->dst, blkpos); in regcache_lzo_read()
257 kfree(lzo_block->dst); in regcache_lzo_read()
259 lzo_block->dst = tmp_dst; in regcache_lzo_read()
[all …]