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