Home
last modified time | relevance | path

Searched defs:BitmapVec (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dbitmap.rs154 pub struct BitmapVec { struct
161 impl core::ops::Deref for BitmapVec { implementation
182 impl core::ops::DerefMut for BitmapVec { implementation
204 unsafe impl Send for BitmapVec {} implementation
210 unsafe impl Sync for BitmapVec {} implementation
212 impl Drop for BitmapVec { implementation
226 impl BitmapVec { impl
/linux/lib/
H A Dfind_bit_benchmark_rust.rs20 fn test_next_bit(bitmap: &BitmapVec) { in test_next_bit()
42 fn test_next_zero_bit(bitmap: &BitmapVec) { in test_next_zero_bit()