Home
last modified time | relevance | path

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

/linux-6.12.1/rust/kernel/
Dprint.rs76 pub static ALERT: [u8; LENGTH] = generate(false, bindings::KERN_ALERT); constant
/linux-6.12.1/tools/thermal/lib/
Dlog.h24 #define ALERT(fmt, ...) logit(LOG_ALERT, fmt, ##__VA_ARGS__) macro