Home
last modified time | relevance | path

Searched refs:EMERG (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/rust/kernel/
Dprint.rs76 pub static EMERG: [u8; LENGTH] = generate(false, bindings::KERN_EMERG); variable
171 $crate::print_macro!($crate::print::format_strings::EMERG, $($arg)*)
/linux-6.1.9/tools/thermal/lib/
Dlog.h25 #define EMERG(fmt, ...) logit(LOG_EMERG, fmt, ##__VA_ARGS__) macro