Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Dprintk.rs110 fn flush(&self) { in flush() method
/DragonOS/kernel/src/ipc/
H A Dsignal.rs273 let flush: SigSet; in prepare_sianal() localVariable
/DragonOS/kernel/src/mm/
H A Dpage.rs1627 pub fn flush(self) { in flush() method
1660 pub fn flush(self) { in flush() method
/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1132 pub fn flush( in flush() method
1345 pub fn flush( in flush() method
H A Dfs.rs1333 pub fn flush(&self, gendisk: &Arc<GenDisk>) -> Result<(), SystemError> { in flush() method
/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dvirtual_console.rs1771 pub(super) fn flush(&self, draw: &mut DrawRegion) { in flush() method