Home
last modified time | relevance | path

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

/linux-3.3/drivers/base/regmap/
Dregcache-lzo.c133 int ret, i, blksize, blkcount; in regcache_lzo_init() local
139 blkcount = regcache_lzo_block_count(map); in regcache_lzo_init()
140 map->cache = kzalloc(blkcount * sizeof *lzo_blocks, in regcache_lzo_init()
162 for (i = 0; i < blkcount; i++) { in regcache_lzo_init()
182 for (i = 0; i < blkcount; i++, p += blksize) { in regcache_lzo_init()
205 int i, blkcount; in regcache_lzo_exit() local
211 blkcount = regcache_lzo_block_count(map); in regcache_lzo_exit()
219 for (i = 0; i < blkcount; i++) { in regcache_lzo_exit()