Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/regmap/
Dregcache-lzo.c237 struct regcache_lzo_ctx *lzo_block, **lzo_blocks; in regcache_lzo_read() local
247 lzo_block = lzo_blocks[blkindex]; in regcache_lzo_read()
250 tmp_dst = lzo_block->dst; in regcache_lzo_read()
251 tmp_dst_len = lzo_block->dst_len; in regcache_lzo_read()
254 lzo_block->src = lzo_block->dst; in regcache_lzo_read()
255 lzo_block->src_len = lzo_block->dst_len; in regcache_lzo_read()
258 ret = regcache_lzo_decompress_cache_block(map, lzo_block); in regcache_lzo_read()
261 *value = regcache_get_val(map, lzo_block->dst, blkpos); in regcache_lzo_read()
263 kfree(lzo_block->dst); in regcache_lzo_read()
265 lzo_block->dst = tmp_dst; in regcache_lzo_read()
[all …]