Home
last modified time | relevance | path

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

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