Home
last modified time | relevance | path

Searched defs:AllocatorLogType (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/debug/klog/
H A Dmm.rs27 pub fn mm_debug_log(_log_type: AllocatorLogType, _source: LogSource) { in mm_debug_log()
52 pub fn log(log_type: AllocatorLogType, source: LogSource, pid: Option<Pid>) { in log()
/DragonOS/kernel/crates/klog_types/src/
H A Dlib.rs43 type_: AllocatorLogType, in new()
119 pub enum AllocatorLogType { enum