Skip to main content

pr_crit_once

Macro pr_crit_once 

Source
macro_rules! pr_crit_once {
    ($($arg:tt)*) => { ... };
}
Expand description

Prints a critical-level message (level 2) only once.

Equivalent to the kernel’s pr_crit_once macro.