Searched refs:short_bitmap (Results 1 – 1 of 1) sorted by relevance
610 let mut short_bitmap = BitmapVec::new(32, GFP_KERNEL)?; in bitmap_copy_and_extend() localVariable612 short_bitmap.set_bit(17); in bitmap_copy_and_extend()614 long_bitmap.copy_and_extend(&short_bitmap); in bitmap_copy_and_extend()