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

/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c199 int bitmap_bytes; local
209 bitmap_bytes = (asd_ha->seq.tc_index_bitmap_bits+7)/8;
210 bitmap_bytes = BITS_TO_LONGS(bitmap_bytes*8)*sizeof(unsigned long);
211 asd_ha->seq.tc_index_bitmap = kzalloc(bitmap_bytes, GFP_KERNEL);
588 int bitmap_bytes; local
595 bitmap_bytes = (asd_ha->hw_prof.max_ddbs+7)/8;
596 bitmap_bytes = BITS_TO_LONGS(bitmap_bytes*8)*sizeof(unsigned long);
597 asd_ha->hw_prof.ddb_bitmap = kzalloc(bitmap_bytes, GFP_KERNE
[all...]
/linux-master/fs/btrfs/
H A Dfree-space-cache.c696 u64 bitmap_bytes; local
723 bitmap_bytes = ctl->total_bitmaps * ctl->unit;
729 extent_bytes = max_bytes - bitmap_bytes;

Completed in 295 milliseconds