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

/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c219 int bitmap_bytes; local
228 bitmap_bytes = (asd_ha->seq.tc_index_bitmap_bits+7)/8;
229 bitmap_bytes = BITS_TO_LONGS(bitmap_bytes*8)*sizeof(unsigned long);
230 asd_ha->seq.tc_index_bitmap = kzalloc(bitmap_bytes, GFP_KERNEL);
603 int bitmap_bytes; local
610 bitmap_bytes = (asd_ha->hw_prof.max_ddbs+7)/8;
611 bitmap_bytes = BITS_TO_LONGS(bitmap_bytes*8)*sizeof(unsigned long);
612 asd_ha->hw_prof.ddb_bitmap = kzalloc(bitmap_bytes, GFP_KERNE
[all...]

Completed in 87 milliseconds