Searched refs:Kmsg (Results 1 – 1 of 1) sorted by relevance
18 pub static mut KMSG: Option<SpinLock<Kmsg>> = None;23 let kmsg = SpinLock::new(Kmsg::new()); in kmsg_init()32 pub struct Kmsg { struct43 impl Kmsg { argument45 Kmsg { in new()