Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dlib.rs74 unsafe fn refill( in refill() method
H A Dzone.rs192 unsafe fn refill( in refill() method
199 self.small_slabs[idx].refill(new_page); in refill()
H A Dsc.rs237 pub unsafe fn refill(&mut self, page: &'a mut P) { in refill() method
/DragonOS/kernel/src/mm/allocator/
H A Dslab.rs36 .refill(layout, leaked_page) in allocate()