Searched refs:advance_boot_level (Results 1 – 2 of 2) sorted by relevance
182 pub fn advance_boot_level(&mut self, new_boot_level: usize) -> Result<()> { in advance_boot_level() method254 blkc.advance_boot_level(5)?; in test_output_is_consistent()261 blkc.advance_boot_level(10)?; in test_output_is_consistent()268 blkc.advance_boot_level(0)?; in test_output_is_consistent()
320 .advance_boot_level(level) in watch_boot_level()