Macro kernel::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.