Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/mm/allocator/
Dbuddy.rs74 const BUDDY_ENTRIES: usize = constant
82 kdebug!("Buddy entries: {}", Self::BUDDY_ENTRIES); in new()
431 page_list.entry_num <= Self::BUDDY_ENTRIES, in buddy_free()
436 if first_page_list.entry_num == Self::BUDDY_ENTRIES { in buddy_free()
482 assert!(second.entry_num == Self::BUDDY_ENTRIES - 1); in buddy_free()
491 assert!(page_list.entry_num < Self::BUDDY_ENTRIES); in buddy_free()