Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dprint.rs80 pub static NOTICE: [u8; LENGTH] = generate(false, bindings::KERN_NOTICE); variable
/linux/tools/thermal/lib/
H A Dlog.h20 #define NOTICE(fmt, ...) logit(LOG_NOTICE, fmt, ##__VA_ARGS__) macro