Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/procfs/
H A Dkmsg.rs18 pub static mut KMSG: Option<SpinLock<Kmsg>> = None;
23 let kmsg = SpinLock::new(Kmsg::new()); in kmsg_init()
32 pub struct Kmsg { struct
43 impl Kmsg { argument
45 Kmsg { in new()