Searched refs:pr_crit (Results 1 – 3 of 3) sorted by relevance
35 pub use super::{pr_alert, pr_crit, pr_debug, pr_emerg, pr_err, pr_info, pr_notice, pr_warn};
194 pub fn pr_crit(&self, args: fmt::Arguments<'_>) { in pr_crit() method518 ($($f:tt)*) => { $crate::dev_printk!(pr_crit, $($f)*); }
263 macro_rules! pr_crit ( macro
Completed in 14 milliseconds