Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/klog_types/src/
H A Dlib.rs170 pub struct MMLogCycle; struct
172 impl MMLogCycle { impl
178 impl Default for MMLogCycle { implementation
184 impl kdepends::thingbuf::Recycle<AllocatorLog> for MMLogCycle { implementation
204 pub buf: StaticThingBuf<AllocatorLog, CAP, MMLogCycle>,
231 let buffer = StaticThingBuf::with_recycle(MMLogCycle::new()); in new()