Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dprint.rs160 // ones. All `__LOG_PREFIX`s are null-terminated as they are generated
166 crate::__LOG_PREFIX,
H A Dlib.rs173 const __LOG_PREFIX: &[u8] = b"rust_kernel\0"; constant