Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/base/regmap/
Dregcache-lzo.c236 struct regcache_lzo_ctx *lzo_block, **lzo_blocks; in regcache_lzo_read() local
248 lzo_block = lzo_blocks[blkindex]; in regcache_lzo_read()
251 tmp_dst = lzo_block->dst; in regcache_lzo_read()
252 tmp_dst_len = lzo_block->dst_len; in regcache_lzo_read()
255 lzo_block->src = lzo_block->dst; in regcache_lzo_read()
256 lzo_block->src_len = lzo_block->dst_len; in regcache_lzo_read()
259 ret = regcache_lzo_decompress_cache_block(map, lzo_block); in regcache_lzo_read()
262 *value = regcache_get_val(lzo_block->dst, blkpos, in regcache_lzo_read()
265 kfree(lzo_block->dst); in regcache_lzo_read()
267 lzo_block->dst = tmp_dst; in regcache_lzo_read()
[all …]