Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dprint.rs75 pub static EMERG: [u8; LENGTH] = generate(false, bindings::KERN_EMERG); variable
/linux/tools/thermal/lib/
H A Dlog.h25 #define EMERG(fmt, ...) logit(LOG_EMERG, fmt, ##__VA_ARGS__) macro