Searched defs:__LOG_PREFIX (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/rust/kernel/ | ||
D | lib.rs | 35 const __LOG_PREFIX: &[u8] = b"rust_kernel\0"; constant |
/linux-6.1.9/rust/macros/ | ||
D | module.rs | 180 const __LOG_PREFIX: &[u8] = b\"{name}\\0\"; in module() constant |