Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dsyscall.rs185 let remain = alarmtimer.remain(); in alarm() localVariable
196 return Ok(remain.as_secs() as usize); in alarm()
/DragonOS/kernel/src/process/
H A Dtimer.rs78 pub fn remain(&self) -> Duration { in remain() method
/DragonOS/kernel/src/libs/
H A Delf.rs338 let mut remain = size; in do_load_file() localVariable
342 while remain > 0 { in do_load_file()
343 let read_size = min(remain, buf_size); in do_load_file()
351 remain -= read_size; in do_load_file()
/DragonOS/kernel/crates/intertrait/macros/
H A DLICENSE-APACHE44 of this License, Derivative Works shall not include works that remain
/DragonOS/kernel/crates/rbpf/
H A DLICENSE-APACHE45 of this License, Derivative Works shall not include works that remain
/DragonOS/
H A DLICENSE178 parties remain in full compliance.