Home
last modified time | relevance | path

Searched defs:is_full (Results 1 – 6 of 6) sorted by relevance

/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dpages.rs21 fn is_full(&self) -> bool; in is_full() method
126 fn is_full(&self) -> bool { in is_full() method
229 fn is_full(&self) -> bool { in is_full() method
/DragonOS/kernel/crates/bitmap/src/
H A Dstatic_bitmap.rs109 fn is_full(&self) -> bool { in is_full() function
H A Dalloc_bitmap.rs98 fn is_full(&self) -> bool { in is_full() method
H A Dtraits.rs302 fn is_full(&self) -> bool; in is_full() method
H A Dbitmap_core.rs225 pub(crate) fn is_full(&self, n: usize, data: &[T]) -> bool { in is_full() method
/DragonOS/kernel/src/driver/base/block/
H A Dblock_device.rs194 pub fn is_full(&self) -> bool { in is_full() method