Home
last modified time | relevance | path

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

/drivers/base/regmap/
Dregcache-lzo.c28 unsigned long *sync_bmp; member
137 unsigned long *sync_bmp; in regcache_lzo_init() local
155 sync_bmp = kmalloc(BITS_TO_LONGS(bmp_size) * sizeof(long), in regcache_lzo_init()
157 if (!sync_bmp) { in regcache_lzo_init()
161 bitmap_zero(sync_bmp, bmp_size); in regcache_lzo_init()
168 kfree(sync_bmp); in regcache_lzo_init()
172 lzo_blocks[i]->sync_bmp = sync_bmp; in regcache_lzo_init()
220 kfree(lzo_blocks[0]->sync_bmp); in regcache_lzo_exit()
324 set_bit(reg / map->reg_stride, lzo_block->sync_bmp); in regcache_lzo_write()
344 for_each_set_bit_from(i, lzo_blocks[0]->sync_bmp, in regcache_lzo_sync()