Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/regmap/
Dregcache-lzo.c135 int ret, i, blksize, blkcount; in regcache_lzo_init() local
141 blkcount = regcache_lzo_block_count(map); in regcache_lzo_init()
142 map->cache = kzalloc(blkcount * sizeof *lzo_blocks, in regcache_lzo_init()
164 for (i = 0; i < blkcount; i++) { in regcache_lzo_init()
184 for (i = 0; i < blkcount; i++, p += blksize) { in regcache_lzo_init()
207 int i, blkcount; in regcache_lzo_exit() local
213 blkcount = regcache_lzo_block_count(map); in regcache_lzo_exit()
221 for (i = 0; i < blkcount; i++) { in regcache_lzo_exit()