Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/klog_types/src/
H A Dlib.rs201 pub slot_size: u32, field
234 let slot_size = slot_total_size / capacity; in new() localVariable
235 assert!(slot_size != 0); in new()
236 assert!(slot_size > size_of_val(&AllocatorLog::zeroed())); in new()
242 slot_size: slot_size as u32, in new()
/DragonOS/tools/debugging/logmonitor/src/backend/monitor/
H A Dmm.rs183 let mut buf = vec![0u8; (cap * channel_header.slot_size as u64) as usize]; in process_logs()
204 for chunck in buf.chunks(channel_header.slot_size as usize) { in process_logs()