Home
last modified time | relevance | path

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

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