Searched refs:pr_notice (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};
224 pub fn pr_notice(&self, args: fmt::Arguments<'_>) { in pr_notice() method596 ($($f:tt)*) => { $crate::dev_printk!(pr_notice, $($f)*); }
338 macro_rules! pr_notice ( macro
Completed in 22 milliseconds