Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/allocator/
H A Dbuddy.rs76 const BUDDY_ENTRIES: usize = constant
84 debug!("Buddy entries: {}", Self::BUDDY_ENTRIES); in new()
503 page_list.entry_num <= Self::BUDDY_ENTRIES, in buddy_free()
508 if first_page_list.entry_num == Self::BUDDY_ENTRIES { in buddy_free()
554 assert!(second.entry_num == Self::BUDDY_ENTRIES - 1); in buddy_free()
563 assert!(page_list.entry_num < Self::BUDDY_ENTRIES); in buddy_free()