Searched refs:bmp_size (Results 1 – 2 of 2) sorted by relevance
130 size_t bmp_size; in regcache_lzo_init() local150 bmp_size = map->num_reg_defaults_raw; in regcache_lzo_init()151 sync_bmp = bitmap_zalloc(bmp_size, GFP_KERNEL); in regcache_lzo_init()167 lzo_blocks[i]->sync_bmp_nbits = bmp_size; in regcache_lzo_init()
1464 u64 bmp_size, bmp_size_v; in indx_add_allocate() local1477 bmp_size = le64_to_cpu(bmp->nres.data_size); in indx_add_allocate()1480 bmp_size = bmp_size_v = le32_to_cpu(bmp->res.data_size); in indx_add_allocate()1483 bit = bmp_size << 3; in indx_add_allocate()1526 &indx->bitmap_run, bmp_size, &bmp_size_v, false, NULL); in indx_add_allocate()
Completed in 8 milliseconds