Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/io/
Ddevice.rs123 let full = multi && range.is_multi() || !multi && range.is_full(); in read_at()
159 let full = multi && range.is_multi() || !multi && range.is_full(); in write_at()
305 pub fn is_full(&self) -> bool { in is_full() method