Searched refs:blkcount (Results 1 – 1 of 1) sorted by relevance
133 int ret, i, blksize, blkcount; in regcache_lzo_init() local139 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() local211 blkcount = regcache_lzo_block_count(map); in regcache_lzo_exit()219 for (i = 0; i < blkcount; i++) { in regcache_lzo_exit()