Home
last modified time | relevance | path

Searched defs:LogSource (Results 1 – 3 of 3) 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/src/mm/allocator/
H A Dkernel_allocator.rs143 fn alloc_debug_log(source: LogSource, layout: Layout, ptr: *mut u8) { in alloc_debug_log()
150 fn dealloc_debug_log(source: LogSource, layout: Layout, ptr: *mut u8) { in dealloc_debug_log()
/DragonOS/kernel/crates/klog_types/src/
H A Dlib.rs44 source: LogSource, in new()
163 pub enum LogSource { enum