Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dsc.rs100 self.slabs.insert_front(new_head); in insert_partial_slab()
110 self.empty_slabs.insert_front(new_head); in insert_empty()
146 self.empty_slabs.insert_front(page); in move_to_empty()
160 self.full_slabs.insert_front(page); in move_partial_to_full()
174 self.slabs.insert_front(page); in move_full_to_partial()
H A Dpages.rs364 pub(crate) fn insert_front<'b>(&'b mut self, mut new_head: &'a mut T) { in insert_front() method