Home
last modified time | relevance | path

Searched refs:short_bitmap (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dbitmap.rs610 let mut short_bitmap = BitmapVec::new(32, GFP_KERNEL)?; in bitmap_copy_and_extend() localVariable
612 short_bitmap.set_bit(17); in bitmap_copy_and_extend()
614 long_bitmap.copy_and_extend(&short_bitmap); in bitmap_copy_and_extend()