Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/base/regmap/
Dregcache-lzo.c28 unsigned long *sync_bmp; member
136 unsigned long *sync_bmp; in regcache_lzo_init() local
154 sync_bmp = kmalloc(BITS_TO_LONGS(bmp_size) * sizeof(long), in regcache_lzo_init()
156 if (!sync_bmp) { in regcache_lzo_init()
160 bitmap_zero(sync_bmp, bmp_size); in regcache_lzo_init()
167 kfree(sync_bmp); in regcache_lzo_init()
171 lzo_blocks[i]->sync_bmp = sync_bmp; in regcache_lzo_init()
219 kfree(lzo_blocks[0]->sync_bmp); in regcache_lzo_exit()
325 set_bit(reg, lzo_block->sync_bmp); in regcache_lzo_write()
345 for_each_set_bit_from(i, lzo_blocks[0]->sync_bmp, in regcache_lzo_sync()