Searched refs:lzo_block (Results 1 – 1 of 1) sorted by relevance
237 struct regcache_lzo_ctx *lzo_block, **lzo_blocks; in regcache_lzo_read() local249 lzo_block = lzo_blocks[blkindex]; in regcache_lzo_read()252 tmp_dst = lzo_block->dst; in regcache_lzo_read()253 tmp_dst_len = lzo_block->dst_len; in regcache_lzo_read()256 lzo_block->src = lzo_block->dst; in regcache_lzo_read()257 lzo_block->src_len = lzo_block->dst_len; in regcache_lzo_read()260 ret = regcache_lzo_decompress_cache_block(map, lzo_block); in regcache_lzo_read()263 *value = regcache_get_val(map, 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 …]