Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/base/regmap/
Dregcache-lzo.c134 int ret, i, blksize, blkcount; in regcache_lzo_init() local
140 blkcount = regcache_lzo_block_count(map); in regcache_lzo_init()
141 map->cache = kzalloc(blkcount * sizeof *lzo_blocks, in regcache_lzo_init()
163 for (i = 0; i < blkcount; i++) { in regcache_lzo_init()
183 for (i = 0; i < blkcount; i++, p += blksize) { in regcache_lzo_init()
206 int i, blkcount; in regcache_lzo_exit() local
212 blkcount = regcache_lzo_block_count(map); in regcache_lzo_exit()
220 for (i = 0; i < blkcount; i++) { in regcache_lzo_exit()