Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/bitmap/src/
H A Dalloc_bitmap.rs115 fn set_all(&mut self, value: bool) { in set_all() method
116 self.core.set_all(self.elements, &mut self.data, value); in set_all()
H A Dstatic_bitmap.rs126 fn set_all(&mut self, value: bool) { in set_all() function
127 self.core.set_all(N, &mut self.data, value); in set_all()
H A Dtraits.rs236 fn set_all(&mut self, value: bool); in set_all() method
H A Dbitmap_core.rs46 pub(crate) fn set_all(&self, n: usize, data: &mut [T], value: bool) { in set_all() method
/DragonOS/kernel/crates/bitmap/tests/
H A Dalloc-bitmap.rs498 bitmap.set_all(true); in test_alloc_bitmap_full_32()
536 bitmap.set_all(true); in test_alloc_bitmap_full_64()
574 bitmap.set_all(true); in test_alloc_bitmap_full_100()
612 bitmap.set_all(true); in test_alloc_bitmap_full_128()
650 bitmap.set_all(true); in test_alloc_bitmap_bitand_128()
670 bitmap.set_all(true); in test_alloc_bitmap_bitand_assign_128()
H A Dstatic-bitmap.rs498 bitmap.set_all(true); in test_static_bitmap_full_32()
536 bitmap.set_all(true); in test_static_bitmap_full_64()
574 bitmap.set_all(true); in test_static_bitmap_full_100()
612 bitmap.set_all(true); in test_static_bitmap_full_128()
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs812 self.read_flags.set_all(false); in input_signal()
1564 ldata.read_flags.set_all(false); in flush_buffer()
1919 ldata.read_flags.set_all(false); in set_termios()
1958 ldata.char_map.set_all(false); in set_termios()
/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dvirtual_console.rs291 self.tab_stop.set_all(false); in reset()
947 self.tab_stop.set_all(false); in do_getpars()