Home
last modified time | relevance | path

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

/DragonOS/kernel/src/debug/klog/ !
H A Dmm.rs5 use klog_types::{AllocatorLog, AllocatorLogType, LogSource, MMLogChannel};
28 pub fn mm_debug_log(_log_type: AllocatorLogType, _source: LogSource) { in mm_debug_log() argument
53 pub fn log(log_type: AllocatorLogType, source: LogSource, pid: Option<Pid>) { in log() argument
/DragonOS/kernel/crates/klog_types/src/ !
H A Dlib.rs18 pub type_: AllocatorLogType,
43 type_: AllocatorLogType, in new() argument
64 type_: AllocatorLogType::Undefined, in zeroed()
119 pub enum AllocatorLogType { enum
/DragonOS/kernel/src/mm/allocator/ !
H A Dkernel_allocator.rs145 klog_types::AllocatorLogType::Alloc(AllocLogItem::new(layout, Some(ptr as usize), None)), in alloc_debug_log()
152 klog_types::AllocatorLogType::Free(AllocLogItem::new(layout, Some(ptr as usize), None)), in dealloc_debug_log()
/DragonOS/kernel/src/mm/ !
H A Dfault.rs248 klog_types::AllocatorLogType::LazyAlloc(klog_types::AllocLogItem::new( in do_anonymous_page()