Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/regmap/
H A Dregcache-lzo.c24 unsigned long *sync_bmp; member
133 unsigned long *sync_bmp; in regcache_lzo_init() local
151 sync_bmp = bitmap_zalloc(bmp_size, GFP_KERNEL); in regcache_lzo_init()
152 if (!sync_bmp) { in regcache_lzo_init()
162 bitmap_free(sync_bmp); in regcache_lzo_init()
166 lzo_blocks[i]->sync_bmp = sync_bmp; in regcache_lzo_init()
214 bitmap_free(lzo_blocks[0]->sync_bmp); in regcache_lzo_exit()
314 set_bit(reg / map->reg_stride, lzo_block->sync_bmp); in regcache_lzo_write()
334 for_each_set_bit_from(i, lzo_blocks[0]->sync_bmp, in regcache_lzo_sync()
[all...]

Completed in 2 milliseconds