Searched refs:sync_bmp (Results 1 – 1 of 1) sorted by relevance
24 unsigned long *sync_bmp; member133 unsigned long *sync_bmp; in regcache_lzo_init() local151 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()