Home
last modified time | relevance | path

Searched defs:Instant (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/time/
H A Dmod.rs144 pub struct Instant { struct
149 impl Instant { argument
208 pub fn from_micros<T: Into<i64>>(micros: T) -> Instant { in from_micros()
214 pub const fn from_micros_const(micros: i64) -> Instant { in from_micros_const()
219 pub fn from_millis<T: Into<i64>>(millis: T) -> Instant { in from_millis()
226 pub const fn from_millis_const(millis: i64) -> Instant { in from_millis_const()
233 pub fn from_secs<T: Into<i64>>(secs: T) -> Instant { in from_secs()
275 impl fmt::Display for Instant { implementation
281 impl ops::Add<Duration> for Instant { implementation
284 fn add(self, rhs: Duration) -> Instant { in add()
[all …]
/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e_driver.rs153 _timestamp: smoltcp::time::Instant, in receive()
/DragonOS/kernel/src/driver/net/
H A Dloopback.rs212 _timestamp: smoltcp::time::Instant, in receive()
H A Dvirtio_net.rs540 _timestamp: smoltcp::time::Instant, in receive()