Searched defs:order (Results 1 – 1 of 1) sorted by relevance
410 let mut order = log2(count.data() as usize); in buddy_alloc() localVariable414 let order = (order + MIN_ORDER) as u8; in buddy_alloc() localVariable439 let mut order = order as usize; in buddy_free() localVariable655 let mut order = log2(count.data() as usize); in free() localVariable659 let order = (order + MIN_ORDER) as u8; in free() localVariable