Lines Matching defs:bitmap_bytes
201 int bitmap_bytes;
211 bitmap_bytes = (asd_ha->seq.tc_index_bitmap_bits+7)/8;
212 bitmap_bytes = BITS_TO_LONGS(bitmap_bytes*8)*sizeof(unsigned long);
213 asd_ha->seq.tc_index_bitmap = kzalloc(bitmap_bytes, GFP_KERNEL);
590 int bitmap_bytes;
597 bitmap_bytes = (asd_ha->hw_prof.max_ddbs+7)/8;
598 bitmap_bytes = BITS_TO_LONGS(bitmap_bytes*8)*sizeof(unsigned long);
599 asd_ha->hw_prof.ddb_bitmap = kzalloc(bitmap_bytes, GFP_KERNEL);